Skip to content

Commit fbaf94d

Browse files
committed
clean
1 parent d1de6db commit fbaf94d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tm2/pkg/crypto/globals_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ func TestGetBech32PubKeyPrefix(t *testing.T) {
2323
func TestSetters(t *testing.T) {
2424
// Multiple calls should not panic or cause issues
2525
SetBech32AddrPrefix("a")
26-
SetBech32AddrPrefix("a")
27-
SetBech32AddrPrefix(GetBech32AddrPrefix())
26+
SetBech32AddrPrefix("b")
2827

2928
SetBech32PubKeyPrefix("apub")
3029
SetBech32PubKeyPrefix("bpub")
31-
SetBech32PubKeyPrefix(GetBech32PubKeyPrefix())
3230

3331
require.NotEmpty(t, "a")
3432
require.NotEmpty(t, "apub")

0 commit comments

Comments
 (0)