Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Aug 7, 2024
1 parent 79fcd49 commit b9b3d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/query/eth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe("setupEpochsExtension", () => {
expect(queryFunTokenMappingRequest).toHaveBeenCalledWith({
token: "",
})
expect(result).toEqual({ nibiruAccount: "Test" })
expect(result).toEqual({ baseFee: "Test" })
})
})

Expand Down

0 comments on commit b9b3d74

Please sign in to comment.