Skip to content

Commit b421bc5

Browse files
committed
test: add secureBootEnabled to GpuInfo defaults test
1 parent 588627c commit b421bc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_detector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ private slots:
2121
QVERIFY(info.driverVersion.isEmpty());
2222
QCOMPARE(info.driverLoaded, false);
2323
QCOMPARE(info.nouveauActive, false);
24+
QCOMPARE(info.secureBootEnabled, false);
2425
}
2526

2627
// detect() çağrılabiliyor mu? (donanım olmadan bile çökmemeli)

0 commit comments

Comments
 (0)