Skip to content

Commit 8d08e0f

Browse files
zjuzhongwenzquestz
authored andcommitted
chaincfg: fix panic wording in test comment
Signed-off-by: zjuzhongwen <zjuzhongwen@outlook.com>
1 parent cc61b29 commit 8d08e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chaincfg/params_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestMustRegisterPanic(t *testing.T) {
2323
t.Parallel()
2424

2525
// Setup a defer to catch the expected panic to ensure it actually
26-
// paniced.
26+
// panicked.
2727
defer func() {
2828
if err := recover(); err == nil {
2929
t.Error("mustRegister did not panic as expected")

0 commit comments

Comments
 (0)