Skip to content

Commit 1a483ac

Browse files
committed
♻️ (bitcoin-wallet): refactor with error format
1 parent 4a1eb53 commit 1a483ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pointers-and-errors/bitcoin-and-wallet_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func TestWallet(t *testing.T) {
1010
got := wallet.Balance()
1111

1212
if got != want {
13-
t.Errorf("got %s want %s", got, want)
13+
t.Errorf("got %q want %q", got, want)
1414
}
1515
}
1616

0 commit comments

Comments
 (0)