diff options
Diffstat (limited to 'settings_test.go')
| -rw-r--r-- | settings_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings_test.go b/settings_test.go index 4e45567..150ee7c 100644 --- a/settings_test.go +++ b/settings_test.go @@ -57,8 +57,8 @@ func TestEnableCaching(t *testing.T) { checkFatal(t, err) } -func TestGetCachedMemory(t *testing.T) { - current, allowed, err := GetCachedMemory() +func TestCachedMemory(t *testing.T) { + current, allowed, err := CachedMemory() checkFatal(t, err) if current < 0 { |
