Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: chenkang <[email protected]>
  • Loading branch information
chenk008 committed Oct 11, 2021
1 parent dd5975f commit 54471ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/specgen/specgen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestNewSpecGeneratorWithRootfs(t *testing.T) {
}
for _, args := range tests {
val := NewSpecGenerator(args.rootfs, true)
assert.Equal(t, val.RootfsOverlay, args.rootfs)
assert.Equal(t, val.Rootfs, args.rootfs)
assert.Equal(t, val.RootfsOverlay, args.expectedRootfsOverlay)
assert.Equal(t, val.Rootfs, args.expectedRootfs)
}
}

0 comments on commit 54471ac

Please sign in to comment.