Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jan 17, 2025
1 parent a06cd0d commit 1118f26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/api/lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ const (
TESTING_CACHE_SIZE = 100 // MiB
)

// Add mutex for thread safety.
var testMutex sync.Mutex

var TESTING_CAPABILITIES = []string{"staking", "stargate", "iterator", "cosmwasm_1_1", "cosmwasm_1_2", "cosmwasm_1_3"}

func TestInitAndReleaseCache(t *testing.T) {
Expand Down

0 comments on commit 1118f26

Please sign in to comment.