summaryrefslogtreecommitdiff
path: root/rows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'rows_test.go')
-rw-r--r--rows_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/rows_test.go b/rows_test.go
index d51e256..8ce007f 100644
--- a/rows_test.go
+++ b/rows_test.go
@@ -995,10 +995,6 @@ func TestNumberFormats(t *testing.T) {
assert.NoError(t, f.Close())
}
-func TestRoundPrecision(t *testing.T) {
- assert.Equal(t, "text", roundPrecision("text", 0))
-}
-
func BenchmarkRows(b *testing.B) {
f, _ := OpenFile(filepath.Join("test", "Book1.xlsx"))
for i := 0; i < b.N; i++ {