Skip to content

Commit b21ace8

Browse files
committed
Update watchdog tests
1 parent 6bff6f2 commit b21ace8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FprimeZephyrReference/test/int/watchdog_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
integration_test.py:
2+
watchdog_test.py:
33
44
Simple integration tests for the Watchdog component.
55
Tests are ordered so that stop tests run last.
@@ -9,7 +9,7 @@
99
import pytest
1010

1111
@pytest.fixture(autouse=True)
12-
def teardown_start_watchdog(fprime_test_api):
12+
def ensure_watchdog_running(fprime_test_api):
1313
"""Fixture to ensure watchdog is started before and after each test"""
1414
start_watchdog(fprime_test_api)
1515
yield

0 commit comments

Comments
 (0)