We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a9a7a commit 842d145Copy full SHA for 842d145
TESTS/host_tests/rtc_reset.py
@@ -40,7 +40,7 @@ def setup(self):
40
"""Register callbacks required for the test"""
41
self._error = False
42
generator = self.rtc_reset_test()
43
- generator.next()
+ next(generator)
44
45
def run_gen(key, value, time):
46
"""Run the generator, and fail testing if the iterator stops"""
features/storage/filesystem/littlefs/TESTS/host_tests/unexpected_reset.py
@@ -38,7 +38,7 @@ def setup(self):
38
39
generator = self.unexpected_reset_test()
0 commit comments