summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-09-04 17:53:29 -0400
committerGitHub <noreply@github.com>2020-09-04 17:53:29 -0400
commit8cd5a2f75f192417eee49f221029d50d77aef82d (patch)
tree9547122eb0364e4709eb2fc00800fb5caf47d9c3 /test
parente606a78b188435d5e8df0a2ee37f22b2f109b7e2 (diff)
Profile conditions cleanup (#768)
* Remove conditions.js * Rename profile-conditions2.js to profile-conditions.js
Diffstat (limited to 'test')
-rw-r--r--test/test-profile-conditions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-profile-conditions.js b/test/test-profile-conditions.js
index d7402acf..23bbdacb 100644
--- a/test/test-profile-conditions.js
+++ b/test/test-profile-conditions.js
@@ -24,7 +24,7 @@ vm.execute([
'mixed/js/core.js',
'mixed/js/cache-map.js',
'bg/js/json-schema.js',
- 'bg/js/profile-conditions2.js'
+ 'bg/js/profile-conditions.js'
]);
const [JsonSchemaValidator, ProfileConditions] = vm.get(['JsonSchemaValidator', 'ProfileConditions']);