Skip to content

Commit 9db8b71

Browse files
committed
Fix UTs
Signed-off-by: Eran Cohen <[email protected]>
1 parent 8f6e183 commit 9db8b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/unpack_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func TestUnpack(t *testing.T) {
1616
}
1717

1818
expected := "# Bootstrap Module"
19-
content, err := os.ReadFile(filepath.Join(path, "baremetal", "bootstrap", "README.md"))
19+
content, err := os.ReadFile(filepath.Join(path, "libvirt", "bootstrap", "README.md"))
2020
if err != nil {
2121
t.Fatal(err)
2222
}

0 commit comments

Comments
 (0)