Skip to content

Commit 8b705c0

Browse files
fariedtdiwakergupta
authored andcommitted
fix: oops, forgot to update the test to check for rosetta 1.4.6
1 parent 2e621be commit 8b705c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests-rosetta/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('Rosetta API', () => {
9191
expect(query1.type).toBe('application/json');
9292
expect(JSON.parse(query1.text)).toEqual({
9393
version: {
94-
rosetta_version: '1.4.2',
94+
rosetta_version: '1.4.6',
9595
node_version: nodeVersion,
9696
middleware_version: middlewareVersion,
9797
},

0 commit comments

Comments
 (0)