Close zip file in run view tests

This commit is contained in:
William Martin 2024-04-08 16:50:43 +02:00
parent bbeccd69ad
commit 61584b83cb

View file

@ -1585,6 +1585,7 @@ func TestRunLog(t *testing.T) {
f, err := os.Open("./fixtures/run_log.zip")
require.NoError(t, err)
defer f.Close()
require.NoError(t, rlc.Create("key", f))