Skip to content

Commit

Permalink
Fix unmatched quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Feb 28, 2024
1 parent e2398e2 commit fc54238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/references/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ angular
} else if (type == 'test') {
return 'Data Tests';
} else if (type == 'unit_test') {
return "Unit Tests';
return 'Unit Tests';
} else if (type == 'snapshot') {
return 'Snapshots'
} else if (type == 'analysis') {
Expand Down

0 comments on commit fc54238

Please sign in to comment.