aboutsummaryrefslogtreecommitdiff
path: root/headers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'headers_test.go')
-rw-r--r--headers_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers_test.go b/headers_test.go
index d068623..cb99571 100644
--- a/headers_test.go
+++ b/headers_test.go
@@ -32,7 +32,7 @@ func TestParseAccountHeadersSuccess(t *testing.T) {
"X-Account-Meta-foo": {"bar"},
}))
- expectError(t, headers.Validate(), "")
+ expectSuccess(t, headers.Validate())
expectUint64(t, headers.BytesUsed().Get(), 1234)
expectUint64(t, headers.ContainerCount().Get(), 23)
expectUint64(t, headers.ObjectCount().Get(), 42)