Skip to content

Commit 27ca276

Browse files
authored
Merge pull request hound-search#268 from sahildua2305/fix-travis-tests-typo
index: fix warning coming from use of %s in Fatal
2 parents effbe58 + 204c7aa commit 27ca276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index/index_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func TestRead(t *testing.T) {
9191
}
9292

9393
if r.Rev != rev {
94-
t.Fatal("expected rev of %s, got %s", rev, r.Rev)
94+
t.Fatalf("expected rev of %s, got %s", rev, r.Rev)
9595
}
9696

9797
idx, err := r.Open()

0 commit comments

Comments
 (0)