Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol Khurana committed Sep 3, 2020
1 parent 78ec8f2 commit 637137f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/tasks/plugins/k8s/spark/spark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func TestBuildResourceSpark(t *testing.T) {
taskTemplate := dummySparkTaskTemplate("blah-1")

// Set spark custom feature config.
setSparkConfig(&Config{
assert.NoError(t, setSparkConfig(&Config{
Features: []Feature{
{
Name: "feature1",
Expand All @@ -285,7 +285,7 @@ func TestBuildResourceSpark(t *testing.T) {
SparkConfig: map[string]string{"spark.hadoop.feature2": "true"},
},
},
})
}))
resource, err := sparkResourceHandler.BuildResource(context.TODO(), dummySparkTaskContext(taskTemplate))
assert.Nil(t, err)

Expand Down

0 comments on commit 637137f

Please sign in to comment.