Skip to content

Commit

Permalink
Fix goimports (ko-build#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor authored Sep 25, 2020
1 parent 8d9a417 commit 985c449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/resolve/selector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ func TestMatchesSelector(t *testing.T) {
selector: labels.Nothing(),
matches: false,
}, {
desc: "null node",
input: "!!null",
desc: "null node",
input: "!!null",
selector: labels.Everything(),
matches: false,
matches: false,
}}

for _, test := range tests {
Expand Down

0 comments on commit 985c449

Please sign in to comment.