Skip to content

Commit 8bddfdf

Browse files
fix: appease linter
1 parent dd05558 commit 8bddfdf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

coderd/schedule/autostart_test.go

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ import (
44
"testing"
55
"time"
66

7-
"github.com/coder/coder/v2/coderd/schedule"
87
"github.com/stretchr/testify/require"
8+
9+
"github.com/coder/coder/v2/coderd/schedule"
910
)
1011

1112
func TestNextAllowedAutostart(t *testing.T) {
1213
t.Parallel()
1314

1415
t.Run("WhenScheduleOutOfSync", func(t *testing.T) {
16+
t.Parallel()
17+
1518
// 1st January 2024 is a Monday
1619
at := time.Date(2024, time.January, 1, 10, 0, 0, 0, time.UTC)
1720
// Monday-Friday 9:00AM UTC

enterprise/coderd/workspaces_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ func TestWorkspaceAutobuild(t *testing.T) {
11081108
t.Parallel()
11091109

11101110
var (
1111-
// ctx = testutil.Context(t, testutil.WaitMedium)
11121111
tickCh = make(chan time.Time)
11131112
statsCh = make(chan autobuild.Stats)
11141113
)

0 commit comments

Comments
 (0)