diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-04 17:53:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 17:53:29 -0400 |
commit | 8cd5a2f75f192417eee49f221029d50d77aef82d (patch) | |
tree | 9547122eb0364e4709eb2fc00800fb5caf47d9c3 /test | |
parent | e606a78b188435d5e8df0a2ee37f22b2f109b7e2 (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.js | 2 |
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']); |