diff --git a/src/app/components/references/index.js b/src/app/components/references/index.js index 7cb4ba70f..89874b408 100644 --- a/src/app/components/references/index.js +++ b/src/app/components/references/index.js @@ -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') {