diff options
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/platformagnostictests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/platformagnostictests.py b/unittests/platformagnostictests.py index bbc34c9..be90ee6 100644 --- a/unittests/platformagnostictests.py +++ b/unittests/platformagnostictests.py @@ -253,4 +253,4 @@ class PlatformAgnosticTests(BasePlatformTests): expected = json.load(f)['meson']['modules'] self.assertEqual(data['modules'], expected) - self.assertEqual(data['count'], 98) + self.assertEqual(data['count'], 97) |