Close zip file in run view tests
This commit is contained in:
parent
bbeccd69ad
commit
61584b83cb
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue