Skip to content

Commit

Permalink
remove another test file and fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Schade <[email protected]>
  • Loading branch information
tjons committed Jun 7, 2024
1 parent 6ee5e4c commit 6bd3b39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@ func TestBuildWithFollowSymlinks(t *testing.T) {
t.Fatalf("unexpected file %s in bundle", name)
}

if string(contents) != expectedContent {
if contents != expectedContent {
t.Fatalf("expected file %s to contain:\n\n%v\n\ngot:\n\n%v", name, expectedContent, contents)
}
}
Expand Down
2 changes: 0 additions & 2 deletions foo.rego

This file was deleted.

0 comments on commit 6bd3b39

Please sign in to comment.