fix linter
This commit is contained in:
parent
8b69a13641
commit
c9dc474031
|
|
@ -380,6 +380,9 @@ func TestSnapshotOmitsUnameGname(t *testing.T) {
|
|||
}
|
||||
|
||||
tarPath, err := snapshotter.TakeSnapshotFS()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
f, err := os.Open(tarPath)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue