Skip to content

Commit

Permalink
update test status code
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Aug 3, 2023
1 parent 2651b86 commit 15e8583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/sourceMaps/sourceMapFactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('SourceMapFactory', () => {
ok: true,
body: dataUriToBuffer(url).toString('utf8'),
url: url,
statusCode: 500,
statusCode: 200,
});
},
fetchJson<T>() {
Expand Down

0 comments on commit 15e8583

Please sign in to comment.