Skip to content

Commit cac528d

Browse files
committed
Fix failing test on windows
1 parent 71a98ef commit cac528d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

initialization/migrate_metadata_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func Fuzz_MigrateMetadata(f *testing.F) {
4949
}
5050

5151
require.NoError(t, json.NewEncoder(f).Encode(old))
52+
require.NoError(t, f.Close())
5253

5354
log := zaptest.NewLogger(t)
5455
require.NoError(t, MigratePoST(path, log))

0 commit comments

Comments
 (0)