Skip to content

Commit

Permalink
fix: re-declartion
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Jan 24, 2025
1 parent 8a86299 commit 4afc26c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contract/r/gnoswap/gov/staker/_helper_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ var (

max_timeout int64 = 9999999999

userRealm = std.NewUserRealm(testutils.TestAddress("alice"))
user2Realm = std.NewUserRealm(testutils.TestAddress("bob"))
user3Realm = std.NewUserRealm(testutils.TestAddress("charlie"))
invalidAddr = testutils.TestAddress("invalid")

realmPrefix = "/gno.land/r/gnoswap/v1/gov/staker"
)

Expand Down

0 comments on commit 4afc26c

Please sign in to comment.