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 committed Oct 6, 2024
1 parent 97b242b commit f3ffd1a
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 f3ffd1a

Please sign in to comment.