Skip to content

Commit c1dc3d1

Browse files
Update scenarios/test_codegen/test/E2EEthNode_test.res
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6f7033c commit c1dc3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/test_codegen/test/E2EEthNode_test.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("E2E Integration Test", () => {
1010
DbHelpers.runUpDownMigration()
1111
})
1212

13-
Async.it_only("Complete E2E", async () => {
13+
Async.it("Complete E2E", async () => {
1414
This.timeout(5 * 1000)
1515

1616
let contracts = await SetupRpcNode.deployContracts()

0 commit comments

Comments
 (0)