Skip to content

Commit

Permalink
chore: adjust line size test in windows based on CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRooney authored and daveshanley committed Oct 8, 2024
1 parent 8cc9037 commit 4b93cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/rolodex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ func TestRolodex_SimpleTest_OneDoc(t *testing.T) {
if runtime.GOOS != "windows" {
assert.Equal(t, int64(448), f.Size())
} else {
assert.Equal(t, int64(460), f.Size())
assert.Equal(t, int64(467), f.Size())
}
assert.False(t, f.IsDir())
assert.Nil(t, f.Sys())
Expand Down

0 comments on commit 4b93cff

Please sign in to comment.