Skip to content

Commit

Permalink
chore: Move time-simple.txtar into testdata. (The bug is fixed.) Remo…
Browse files Browse the repository at this point in the history
…ve challenges folder.

Signed-off-by: Jeff Thompson <[email protected]>
  • Loading branch information
jefft0 committed May 15, 2024
1 parent 7156083 commit c797e6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 0 additions & 4 deletions gno.land/cmd/gnoland/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ import (
func TestTestdata(t *testing.T) {
integration.RunGnolandTestscripts(t, "testdata")
}

func TestTestdataChallenges(t *testing.T) {
integration.RunGnolandTestscripts(t, "testdata/challenges")
}
5 changes: 0 additions & 5 deletions gno.land/cmd/gnoland/testdata/challenges/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Run this test in ../../gnoland with:
# go test -v . --run TestTestdataChallenges/time-simple
# The addpkg fails due to changes in PR https://github.com/gnolang/gno/pull/1702
# To show that this test should pass, you can revert that PR and run again.
# Originally, the addpkg fails due to changes in PR https://github.com/gnolang/gno/pull/1702 .
# This bug was fixed with https://github.com/gnolang/gno/pull/2105 .

gnoland start

Expand Down

0 comments on commit c797e6b

Please sign in to comment.