summaryrefslogtreecommitdiffstats
path: root/store/sql_audit_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_audit_store_test.go')
-rw-r--r--store/sql_audit_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_audit_store_test.go b/store/sql_audit_store_test.go
index fcdada4e5..0b4d0b6ef 100644
--- a/store/sql_audit_store_test.go
+++ b/store/sql_audit_store_test.go
@@ -50,7 +50,7 @@ func TestSqlAuditStore(t *testing.T) {
result = <-c
audits = result.Data.(model.Audits)
- if len(audits) <= 4 {
+ if len(audits) < 4 {
t.Fatal("Failed to save and retrieve 4 audit logs")
}