Skip to content

Commit

Permalink
Merge pull request #1369 from onflow/bastian/fix-core-contract-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Feb 1, 2024
2 parents 4f92716 + bb3e601 commit 64f7944
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/onflow/fcl-dev-wallet v0.7.4
github.com/onflow/flixkit-go v1.1.1-0.20240131170156-cd4c454e4b0d
github.com/onflow/flow-cli/flowkit v1.11.1-0.20240130210637-a22f7c578d37
github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f
github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1-0.20240125214229-b7a95136dd0d
github.com/onflow/flow-emulator v1.0.0-M1
github.com/onflow/flow-go-sdk v1.0.0-M1
github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2060,8 +2060,8 @@ github.com/onflow/flixkit-go v1.1.1-0.20240131170156-cd4c454e4b0d h1:gVjuB2yWSzs
github.com/onflow/flixkit-go v1.1.1-0.20240131170156-cd4c454e4b0d/go.mod h1:tAoH8I1IbSb/vimvtsCb41QOe4I50znJin4H8Xw0iNI=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.1-0.20240125214229-b7a95136dd0d h1:Afcfk/9jAQZ1v5PLGdP68FG/0yPPM60fn9Eq8ChBGS0=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.1-0.20240125214229-b7a95136dd0d/go.mod h1:Ts/HN+N0RaYJ6oPCqR1JPaMVFiVaMdKTSUH4OdSjjs0=
github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f h1:Ep+Mpo2miWMe4pjPGIaEvEzshRep30dvNgxqk+//FrQ=
github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f/go.mod h1:ZeLxwaBkzuSInESGjL8/IPZWezF+YOYsYbMrZlhN+q4=
github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1-0.20240125214229-b7a95136dd0d h1:IQJpP3VLLjT4R8ItBpr+Mmp0IOnC/8iBcM0/67JNB9c=
github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1-0.20240125214229-b7a95136dd0d/go.mod h1:MZ2j5YVTQiSE0B99zuaYhxvGG5GcvimWpQK1Fw/1QBg=
github.com/onflow/flow-emulator v1.0.0-M1 h1:0hBEmvm73F+5HhN5ugkOP3UyN+Ea9yGWflEmoeGzgdw=
github.com/onflow/flow-emulator v1.0.0-M1/go.mod h1:JFJCeQVyhCQVD2Tq4QhctIXK6j5U6aU15yoEwMJt5AQ=
github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20240125205519-2e80d9b4bd01 h1:8iKk5RuFvhe7NQyAO3c+xiVvv38RB/yopHdWxp4AbL8=
Expand Down
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 64f7944

Please sign in to comment.