Skip to content

Commit c8f2568

Browse files
committed
Renamed tests
1 parent 79d1756 commit c8f2568

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/module/test/method/decorator.test.ts renamed to packages/module/test/method/runtimeMethod.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "reflect-metadata";
33
import { Bool, Field } from "o1js";
44
import { Option, StateTransition } from "@proto-kit/protocol";
55

6-
import { toStateTransitionsHash } from "../../src/method/runtimeMethod.js";
6+
import { toStateTransitionsHash } from "../../src/method/runtimeMethod";
77

88
describe.skip("toStateTransitionsHash", () => {
99
const noneStateTransition = StateTransition.from(
File renamed without changes.

0 commit comments

Comments
 (0)