Skip to content

Commit a28e875

Browse files
committed
Fix tests from stacktrace-gps update.
1 parent a4ca77d commit a28e875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/stacktrace-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('StackTrace', function() {
7676

7777
function callback(stackFrames) {
7878
expect(stackFrames.length).toEqual(1);
79-
expect(stackFrames[0]).toMatchStackFrame(['null', undefined, 'file.js', 3, 4]);
79+
expect(stackFrames[0]).toMatchStackFrame(['increment', undefined, 'http://path/to/file.js', 3, 4]);
8080
done();
8181
}
8282
});

0 commit comments

Comments
 (0)