Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Oct 24, 2024
1 parent 9a0f169 commit 94d3b5e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions bundle/resources/completion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/databricks/cli/bundle"
"github.com/databricks/cli/bundle/config"
"github.com/databricks/cli/bundle/config/resources"
"github.com/databricks/databricks-sdk-go/service/jobs"
"github.com/stretchr/testify/assert"
)

Expand All @@ -16,11 +15,7 @@ func TestCompletions_SkipDuplicates(t *testing.T) {
Resources: config.Resources{
Jobs: map[string]*resources.Job{
"foo": {},
"bar": {
JobSettings: &jobs.JobSettings{
Name: "Bar job",
},
},
"bar": {},
},
Pipelines: map[string]*resources.Pipeline{
"foo": {},
Expand Down

0 comments on commit 94d3b5e

Please sign in to comment.