Skip to content

Commit 622e624

Browse files
lint issue fix
1 parent c284bde commit 622e624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resolution/pm/sbt/job_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestRunCmdOutputErr(t *testing.T) {
8585
assert.True(t, error.HasError())
8686

8787
allErrors := error.GetAll()
88-
assert.Len(t, allErrors,2)
88+
assert.Len(t, allErrors, 2)
8989
assert.Contains(t, allErrors[0].Error(), "executable file not found")
9090
assert.Contains(t, allErrors[0].Documentation(), "SBT wasn't found")
9191
}

0 commit comments

Comments
 (0)