Skip to content

Commit a64f922

Browse files
committed
Fix tests
1 parent a21e68b commit a64f922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/raven.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ describe('globals', function() {
415415
stacktrace: {
416416
frames: frames
417417
},
418-
culprit: 'http://example.com/override.js',
418+
culprit: 'http://example.com/file1.js',
419419
message: 'lol at 10'
420420
}]);
421421

0 commit comments

Comments
 (0)