Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Jan 20, 2025
1 parent c2f0342 commit 6d5f0d0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion internal/fileutil/path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestIsSubFolder(t *testing.T) {
{"Child and sibling", "/parent/child", "/parent/childsibling", false},
}

fixtureRoot := "../test/fixtures/util"
fixtureRoot := "testdata"

for _, testCase := range testCases {
// The following is necessary to make sure testCase's values don't
Expand Down
Empty file.
Empty file.
Empty file.
34 changes: 0 additions & 34 deletions pkg/logging/logging_test.go

This file was deleted.

0 comments on commit 6d5f0d0

Please sign in to comment.