Skip to content

Commit 3b6a5a6

Browse files
committed
tests/app: fix test name
1 parent 798f3be commit 3b6a5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubes/tests/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def test_011_iommu_supported(self):
191191
})
192192
self.assertEqual(self.qubes_host.is_iommu_supported(), True)
193193

194-
def test_010_iommu_supported(self):
194+
def test_012_iommu_supported(self):
195195
self.app.vmm.configure_mock(**{
196196
'xc.physinfo.return_value': {
197197
'hw_caps': '...',

0 commit comments

Comments
 (0)