mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
fix: typo
This commit is contained in:
parent
7f2f1d70b1
commit
99ceb5d72c
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ func TestYuvPredefined(t *testing.T) {
|
|||
t.Logf("%v", v)
|
||||
|
||||
if len(a) != len(should) {
|
||||
t.Fatalf("diffrent size a: %v, o: %v", len(a), len(should))
|
||||
t.Fatalf("different size a: %v, o: %v", len(a), len(should))
|
||||
}
|
||||
|
||||
for i := 0; i < len(a); i++ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue