Skip to content

Commit ac85d98

Browse files
committed
Review comments
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 56ae992 commit ac85d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coderd/notifications/notifications_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func TestBackpressure(t *testing.T) {
217217

218218
// SETUP
219219
if !dbtestutil.WillUsePostgres() {
220-
t.Skip("This test requires postgres; it relies on business-logic implemented in the database")
220+
t.Skip("This test requires postgres; it relies on business-logic only implemented in the database")
221221
}
222222

223223
ctx, logger, db := setup(t)
@@ -305,7 +305,7 @@ func TestRetries(t *testing.T) {
305305

306306
// SETUP
307307
if !dbtestutil.WillUsePostgres() {
308-
t.Skip("This test requires postgres; it relies on business-logic implemented in the database")
308+
t.Skip("This test requires postgres; it relies on business-logic only implemented in the database")
309309
}
310310

311311
const maxAttempts = 3
@@ -397,7 +397,7 @@ func TestExpiredLeaseIsRequeued(t *testing.T) {
397397

398398
// SETUP
399399
if !dbtestutil.WillUsePostgres() {
400-
t.Skip("This test requires postgres; it relies on business-logic implemented in the database")
400+
t.Skip("This test requires postgres; it relies on business-logic only implemented in the database")
401401
}
402402

403403
ctx, logger, db := setup(t)

0 commit comments

Comments
 (0)