Skip to content

Commit

Permalink
fix high-level disk test
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch committed Sep 1, 2024
1 parent 1ff1578 commit 943bd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk/disk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func TestGetFilesystem(t *testing.T) {
}
})
t.Run("whole disk", func(t *testing.T) {
f, err := tmpDisk("../filesystem/fat32/testdata/fat32.img")
f, err := tmpDisk("../filesystem/fat32/testdata/dist/fat32.img")
if err != nil {
t.Fatalf("error creating new temporary disk: %v", err)
}
Expand Down

0 comments on commit 943bd01

Please sign in to comment.