Pārlūkot izejas kodu

fix error message for TestManualQueryPaging

Chris Bannister 10 gadi atpakaļ
vecāks
revīzija
f8275179e7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cassandra_test.go

+ 1 - 1
cassandra_test.go

@@ -1974,7 +1974,7 @@ func TestManualQueryPaging(t *testing.T) {
 	}
 
 	if fetched != rowsToInsert {
-		t.Fatalf("expected to fetch %d rows got %d", fetched, rowsToInsert)
+		t.Fatalf("expected to fetch %d rows got %d", rowsToInsert, fetched)
 	}
 }