Skip to content

Commit 27f81e3

Browse files
committed
update to fix lint errors
1 parent 6079888 commit 27f81e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/utils/system/system_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ func TestDetectOsDistribution_IDLikeFallback(t *testing.T) {
14581458
// by using known distributions that will match via ID_LIKE
14591459
tempDir := t.TempDir()
14601460
system.OsReleaseFile = filepath.Join(tempDir, "os-release")
1461-
1461+
14621462
// Test with a known debian-based derivative
14631463
osReleaseContent := `NAME="Custom Debian Derivative"
14641464
VERSION_ID="1.0"
@@ -1853,7 +1853,7 @@ func TestDetectOsDistribution_ScannerError(t *testing.T) {
18531853

18541854
tempDir := t.TempDir()
18551855
system.OsReleaseFile = filepath.Join(tempDir, "os-release")
1856-
1856+
18571857
// Create a directory instead of a file to cause an error
18581858
err := os.Mkdir(system.OsReleaseFile, 0755)
18591859
if err != nil {

0 commit comments

Comments
 (0)