Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvolod authored and lburgazzoli committed Jul 24, 2019
1 parent 33bbfbf commit 63fede1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/trait/dependencies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ func TestIntegrationAutoGeneratedDeps(t *testing.T) {
assert.Nil(t, err)
assert.ElementsMatch(
t,
[]string{"camel:direct", "camel:log", "mvn:org.apache.camel.k/camel-k-loader-java", "mvn:org.apache.camel.k/camel-k-loader-xml", "mvn:org.apache.camel.k/camel-k-runtime-main"},
[]string{"camel:direct", "camel:log", "mvn:org.apache.camel.k/camel-k-loader-java", "mvn:org.apache.camel.k/camel-k-loader-xml",
"mvn:org.apache.camel.k/camel-k-runtime-main"},
e.Integration.Status.Dependencies,
)
}

0 comments on commit 63fede1

Please sign in to comment.