Skip to content

Commit 7be30c9

Browse files
committed
typo
1 parent 71ea66f commit 7be30c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/provisionerdserver/provisionerdserver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func testUserQuietHoursScheduleStore() *atomic.Pointer[schedule.UserQuietHoursSc
6565
return ptr
6666
}
6767

68-
func cTestAcquireJob_LongPoll(t *testing.T) {
68+
func TestAcquireJob_LongPoll(t *testing.T) {
6969
t.Parallel()
7070
//nolint:dogsled
7171
srv, _, _, _ := setup(t, false, &overrides{acquireJobLongPollDuration: time.Microsecond})

0 commit comments

Comments
 (0)