Skip to content

Commit

Permalink
test: covering Contract API and Logs API endpoints
Browse files Browse the repository at this point in the history
Removed obsolete Wallet import
  • Loading branch information
amelnytskyi authored and pcheremu committed Feb 15, 2024
1 parent dfbd5d8 commit 4ff09f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/logs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { setTimeout } from "timers/promises";

import { environment } from "../../src/config";
import { localConfig } from "../../src/config";
import { Buffer, Wallets } from "../../src/entities";
import { Buffer } from "../../src/entities";
import { Helper } from "../../src/helper";

describe("Logs", () => {
Expand Down

0 comments on commit 4ff09f6

Please sign in to comment.