Skip to content

Commit 216015b

Browse files
author
Konikz
committed
fix: removed extra whitespace file
Signed-off-by: Konikz <[email protected]>
1 parent f0883e9 commit 216015b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/usrlocalsharelima/standalone_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func TestDirInTestEnvironment(t *testing.T) {
2727
if runtime.GOARCH == "amd64" {
2828
arch = "x86_64"
2929
}
30-
3130
// Create guestagent binary in the first expected location
3231
// (same directory as test executable)
3332
gaBinary1 := filepath.Join(filepath.Dir(testExe), fmt.Sprintf("lima-guestagent.Linux-%s", arch))
@@ -54,4 +53,4 @@ func TestDirInTestEnvironment(t *testing.T) {
5453
// Verify that Dir() returns the correct directory
5554
expectedDir := filepath.Dir(gaBinary1)
5655
assert.Equal(t, dir, expectedDir, "Directory mismatch")
57-
}
56+
}

0 commit comments

Comments
 (0)