Skip to content

Commit 233d3db

Browse files
committed
fix
1 parent b70d4f9 commit 233d3db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gnovm/cmd/gno/testdata/test/filetest_events.txtar

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test with a valid _filetest.gno file
22

3-
gno test -print-events .
3+
gno test -print-events . -no-cache
44

55
! stdout .+
66
stderr 'ok \. \d+\.\d\ds'

gnovm/cmd/gno/testdata/test/valid_filetest.txtar

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test with a valid _filetest.gno file
22

3-
gno test .
3+
gno test . -no-cache
44

55
! stdout .+
66
stderr 'ok \. \d+\.\d\ds'

0 commit comments

Comments
 (0)