Skip to content

Commit

Permalink
version v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 12, 2024
1 parent 81e5d94 commit 088b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fmount/fmount_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestMount(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
img := filepath.Join(tmp, fmount.BaseFile(tt.file))

p, err := Mount(img, mnt, "", true)
p, err := Mount(img, mnt, "", true, []string{})

if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 088b01e

Please sign in to comment.