Skip to content

Commit 99ceb5d

Browse files
testwillsergystepanov
authored andcommitted
fix: typo
1 parent 7f2f1d7 commit 99ceb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/encoder/yuv/yuv_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func TestYuvPredefined(t *testing.T) {
119119
t.Logf("%v", v)
120120

121121
if len(a) != len(should) {
122-
t.Fatalf("diffrent size a: %v, o: %v", len(a), len(should))
122+
t.Fatalf("different size a: %v, o: %v", len(a), len(should))
123123
}
124124

125125
for i := 0; i < len(a); i++ {

0 commit comments

Comments
 (0)