aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/put_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/data/put_test.go')
-rw-r--r--pkg/data/put_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/data/put_test.go b/pkg/data/put_test.go
index a450196..e4a3c57 100644
--- a/pkg/data/put_test.go
+++ b/pkg/data/put_test.go
@@ -45,7 +45,7 @@ func TestPut_Insert(t *testing.T) {
p := data.NewPut(db, tt.doc)
gotErr := p.Insert(t.Context())
if !errors.Is(gotErr, tt.wantErr) {
- t.Fatalf("Unexpected error on Insert():, want %v got %v", tt.wantErr, gotErr)
+ t.Fatalf("Unexpected error on Insert(): want %v got %v", tt.wantErr, gotErr)
} else if gotErr != nil {
return
}