Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Dec 4, 2024
1 parent 48b1a29 commit 9a8b2fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Identifiers } from "@mainsail/contracts";
import { Validator } from "@mainsail/validation";

import { describeSkip, Sandbox } from "../../../test-framework/source";
import { describe, Sandbox } from "../../../test-framework/source";
import { EthGetTransactionCount } from "./index.js";

describeSkip<{
describe<{
sandbox: Sandbox;
action: EthGetTransactionCount;
validator: Validator;
Expand Down

0 comments on commit 9a8b2fd

Please sign in to comment.