Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Apr 28, 2024
1 parent 3918f51 commit d22ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestSize(t *testing.T) {
return nil
}

t.Logf("%s: %fK", path, inf.Size()/1024)
t.Logf("%s: %fK", path, float64(inf.Size()/1024))

if inf.Size() > 1024 {
t.Errorf("larger than 1K: %s (%fK)", path, float64(inf.Size())/1024)
Expand Down

0 comments on commit d22ee9d

Please sign in to comment.