Fix typo in test
This commit is contained in:
committed by
Michal Jan Matczuk
parent
4c67e8b586
commit
25d81de30e
@@ -481,7 +481,7 @@ func pagingForwardPaging(t *testing.T, session gocqlx.Session) {
|
||||
for i := 1; ; i++ {
|
||||
userVideos, nextPage, err = getUserVideos(1, nextPage)
|
||||
if err != nil {
|
||||
t.Fatalf("oad page %d: %s", i, err)
|
||||
t.Fatalf("load page %d: %s", i, err)
|
||||
}
|
||||
|
||||
t.Logf("Page %d:", i)
|
||||
|
||||
Reference in New Issue
Block a user