Skip to content

Commit

Permalink
refactor: rm unused code
Browse files Browse the repository at this point in the history
pass linter
  • Loading branch information
notrepo05 authored Mar 8, 2023
1 parent 6c14bbe commit c65484e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/commands/test_tile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ func setupFakeSSHProvider() *fakes.SshProvider {
return &fakeSSHProvider
}

type skipperT interface {
Skip(args ...any)
}

func addTASFixtures(t testingT, tileDirectory string) {
fixturesDirectory := filepath.Join(tileDirectory, "test", "manifest", "fixtures")
if err := os.MkdirAll(fixturesDirectory, 0766); err != nil {
Expand Down

0 comments on commit c65484e

Please sign in to comment.