Skip to content

Commit

Permalink
adjust and unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Feb 1, 2024
1 parent d6be07e commit bb3e601
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/test/test_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ import (
func TestExecutingTests(t *testing.T) {
t.Parallel()

// TODO:
t.Skip("TODO")

aliases := config.Aliases{{
Network: "testing",
Address: flowsdk.HexToAddress("0x0000000000000007"),
Expand Down Expand Up @@ -662,7 +659,7 @@ Seed: 1521
result.Oneliner(),
"Test results: \"./testScriptSimpleFailing.cdc\"\n- FAIL: "+
"testSimple\n\t\tExecution failed:\n\t\t\terror: assertion failed\n"+
"\t\t\t --> 7465737400000000000000000000000000000000000000000000000000000000:5:12",
"\t\t\t --> ./testScriptSimpleFailing.cdc:5:12",
)
})

Expand Down

0 comments on commit bb3e601

Please sign in to comment.