Skip to content

Commit fdf318a

Browse files
zaq1tomojomei
authored andcommitted
fix: block test typo
1 parent 5e1a81e commit fdf318a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func TestBlockClient(t *testing.T) {
139139
}
140140
a, err := json.Marshal(got)
141141
if err != nil {
142-
t.Errorf("AppendChildren() marhall error = %v", err)
142+
t.Errorf("AppendChildren() marshal error = %v", err)
143143
return
144144
}
145145
b, err := json.Marshal(tt.want)

0 commit comments

Comments
 (0)