Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac85d98

Browse files
committed
Review comments
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent56ae992 commitac85d98

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-logiconlyimplemented 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-logiconlyimplemented in the database")
309309
}
310310

311311
constmaxAttempts=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-logiconlyimplemented in the database")
401401
}
402402

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp