fix tests

This commit is contained in:
Nicolas Mowen 2025-01-03 07:47:12 -07:00
parent 7ed9e38b33
commit a4a61a1f51

View File

@ -38,7 +38,7 @@ class TestGpuStats(unittest.TestCase):
process.returncode = 124
process.stdout = self.intel_results
sp.return_value = process
intel_stats = get_intel_gpu_stats()
intel_stats = get_intel_gpu_stats(False)
print(f"the intel stats are {intel_stats}")
assert intel_stats == {
"gpu": "1.13%",