Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Nov 2, 2022
1 parent 98ae2b2 commit f3cf4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func TestPublicGithubRepositoryBackupWithBackupsToKeepAsOne(t *testing.T) {
require.NoError(t, run())
// check only one bundle exists
files, err = os.ReadDir(dfDir)
require.NoError(t, err)
require.Len(t, files, 1)
require.Equal(t, firstBackupFileName, files[0].Name())
}
Expand Down

0 comments on commit f3cf4aa

Please sign in to comment.