Skip to content

Commit

Permalink
Fix failing test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Sep 20, 2023
1 parent fbac134 commit 39bbb2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions initialization/migrate_metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func Fuzz_MigrateMetadata(f *testing.F) {
}

require.NoError(t, json.NewEncoder(f).Encode(old))
require.NoError(t, f.Close())

log := zaptest.NewLogger(t)
require.NoError(t, MigratePoST(path, log))
Expand Down

0 comments on commit 39bbb2f

Please sign in to comment.