Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Feb 7, 2020
1 parent 8b69a13 commit c9dc474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/snapshot/snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c9dc474

Please sign in to comment.