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

Commit8ea986e

Browse files
committed
chore: fix duplicate name test
1 parentdbb79f3 commit8ea986e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎enterprise/coderd/prebuilds/reconcile_test.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ func TestCancelPendingPrebuilds(t *testing.T) {
18341834
},
18351835
// Should not cancel pending prebuild-related jobs from an active template version
18361836
{
1837-
name:"DoesNotCancelsPendingPrebuildJobActiveVersion",
1837+
name:"DoesNotCancelPendingPrebuildJobActiveVersion",
18381838
// Given: a pending prebuild job
18391839
setupBuild:func(t*testing.T,
18401840
db database.Store,
@@ -1861,7 +1861,7 @@ func TestCancelPendingPrebuilds(t *testing.T) {
18611861
},
18621862
// Should not cancel pending prebuild-related jobs associated to a second workspace build
18631863
{
1864-
name:"DoesNotCancelsPendingPrebuildJobActiveVersion",
1864+
name:"DoesNotCancelPendingPrebuildJobSecondBuild",
18651865
// Given: a pending prebuild job associated to a second workspace build
18661866
setupBuild:func(t*testing.T,
18671867
db database.Store,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp