Skip to content

Commit

Permalink
typo-Update register_test.go (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
romashka-btc authored Jan 9, 2025
1 parent c2b47e0 commit 8211142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcjson/register_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func TestMustRegisterCmdPanic(t *testing.T) {
t.Parallel()

// Setup a defer to catch the expected panic to ensure it actually
// paniced.
// panicked.
defer func() {
if err := recover(); err == nil {
t.Error("MustRegisterCmd did not panic as expected")
Expand Down

0 comments on commit 8211142

Please sign in to comment.