Skip to content

Commit

Permalink
Remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Aug 12, 2024
1 parent a185fdd commit ff7e440
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/vendors/syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ func TestSyncer(t *testing.T) {
fileShouldExist bool
wantErr assert.ErrorAssertionFunc
}{
{
name: "file does not exist",
fileShouldExist: false,
wantErr: assert.NoError,
},
{
name: "file already exists",
fileShouldExist: true,
Expand Down

0 comments on commit ff7e440

Please sign in to comment.