We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c284bde commit 622e624Copy full SHA for 622e624
internal/resolution/pm/sbt/job_test.go
@@ -85,7 +85,7 @@ func TestRunCmdOutputErr(t *testing.T) {
85
assert.True(t, error.HasError())
86
87
allErrors := error.GetAll()
88
- assert.Len(t, allErrors,2)
+ assert.Len(t, allErrors, 2)
89
assert.Contains(t, allErrors[0].Error(), "executable file not found")
90
assert.Contains(t, allErrors[0].Documentation(), "SBT wasn't found")
91
}
0 commit comments