Skip to content

Commit

Permalink
clients: js: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Oct 7, 2024
1 parent 3dbfd37 commit 1e9a227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/test/rest.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line
import { jest } from '@jest/globals';
import { RaccoonClient, SerializationType, WireType } from '../lib/rest.js';
import { RaccoonClient, SerializationType, WireType } from '../lib/client.js';
import { raystack, google } from '../protos/proton_compiled.js';

const mockHTTPClient = {
Expand Down

0 comments on commit 1e9a227

Please sign in to comment.