summaryrefslogtreecommitdiff
path: root/internal/gtserror
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gtserror')
-rw-r--r--internal/gtserror/multi_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/gtserror/multi_test.go b/internal/gtserror/multi_test.go
index 10c342415..b58c1b881 100644
--- a/internal/gtserror/multi_test.go
+++ b/internal/gtserror/multi_test.go
@@ -43,10 +43,6 @@ func TestMultiError(t *testing.T) {
t.Error("should be db.ErrAlreadyExists")
}
- if errors.Is(err, db.ErrBusyTimeout) {
- t.Error("should not be db.ErrBusyTimeout")
- }
-
errString := err.Error()
expected := `sql: no rows in result set
oopsie woopsie we did a fucky wucky etc