Skip to content

Commit bcb371a

Browse files
Ran golangci-lint fmt (#799)
1 parent 6cea778 commit bcb371a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go.work.sum

Whitespace-only changes.

test/unit/maintenance_policy_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ func TestMaintenancePolicies_List(t *testing.T) {
3131

3232
assert.Equal(t, "linode/power_off_on", policies[1].Slug)
3333
assert.Equal(t, "Power-off/on", policies[1].Label)
34-
assert.Equal(t, "Powers off the Linode at the start of the maintenance event and reboots it once the maintenance finishes. Recommended for maximizing performance.", policies[1].Description)
34+
assert.Equal(
35+
t,
36+
"Powers off the Linode at the start of the maintenance event and reboots it once the maintenance finishes. Recommended for maximizing performance.",
37+
policies[1].Description,
38+
)
3539
assert.Equal(t, "power_off_on", policies[1].Type)
3640
assert.Equal(t, 1800, policies[1].NotificationPeriodSec)
3741
assert.Equal(t, false, policies[1].IsDefault)

0 commit comments

Comments
 (0)