Skip to content

Commit

Permalink
fix: Unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Sep 4, 2020
1 parent 3745c04 commit c746809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsdb/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func TestConfig_HumanReadableSizes(t *testing.T) {
dir = "/var/lib/influxdb/data"
wal-dir = "/var/lib/influxdb/wal"
wal-fsync-delay = "10s"
cache-max-memory-size = "5g"
cache-snapshot-memory-size = "100m"
cache-max-memory-size = "5gib"
cache-snapshot-memory-size = "100mib"
`, &c); err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit c746809

Please sign in to comment.