mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typos
Signed-off-by: wingkwong <wingkwong.code@gmail.com>
This commit is contained in:
parent
400c1bae0c
commit
544c766d97
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ func TestReadAll(t *testing.T) {
|
|||
}
|
||||
|
||||
if len(di) != 7 {
|
||||
t.Fatalf("Expected 5 entries, got %v", len(di))
|
||||
t.Fatalf("Expected 7 entries, got %v", len(di))
|
||||
}
|
||||
if di[0] != "test1" {
|
||||
t.Fatal("First element is not test1")
|
||||
|
@ -64,6 +64,6 @@ func TestReadAll(t *testing.T) {
|
|||
t.Fatalf("Sixth element is not !, but %s", di[5])
|
||||
}
|
||||
if di[6] != "!" {
|
||||
t.Fatalf("Sixth element is not !, but %s", di[6])
|
||||
t.Fatalf("Seventh element is not !, but %s", di[6])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue