We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4e81f commit 18ec57fCopy full SHA for 18ec57f
Makefile
@@ -49,7 +49,7 @@ test.prepare:
49
50
cp -r "$(PWD)/_deploy/r/gnoswap" ".test/examples/gno.land/r/gnoswap" # gnoswap base realm
51
52
- cp -r "$(PWD)/gov" "$(PWD)/pool" "$(PWD)/position" "$(PWD)/router" "$(PWD)/staker" ".test/examples/gno.land/r/" # gnoswap realm
+ cp -r "$(PWD)/gov" "$(PWD)/pool" "$(PWD)/position" "$(PWD)/router" "$(PWD)/staker" ".test/examples/gno.land/r/demo" # gnoswap realm
53
54
# Move tests
55
mv $(TESTFILE_GOV) ".test/examples/gno.land/r/demo/gov"
0 commit comments