Skip to content

Commit bc043c0

Browse files
committed
fix
1 parent 2b87a0e commit bc043c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/unit-test/verify-artifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const checks = {
3434
},
3535
integration: {
3636
file: join(BUILD, 'integration/contentScope.js'),
37-
tests: [{ kind: 'containsString', text: 'trackerLookup: {', includes: true }],
37+
tests: [{ kind: 'containsString', text: 'trackerLookup: ', includes: true }],
3838
},
3939
windows: {
4040
file: join(BUILD, 'windows/contentScope.js'),

0 commit comments

Comments
 (0)