Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary and troublesome type specification
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Aug 25, 2023
1 parent fc5b6cd commit 2882277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("DashboardServer", () => {
let clientOptions: DashboardMessageBusClientOptions;

beforeAll(async () => {
ganacheProvider = Ganache.provider<"ethereum">({
ganacheProvider = Ganache.provider({
logging: { quiet: true }
});
});
Expand Down

0 comments on commit 2882277

Please sign in to comment.