Skip to content

Commit db0a540

Browse files
committed
corrected the api name in system tests
1 parent 66cc15b commit db0a540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nirfsg/system_tests/test_system_nirfsg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def test_clear_self_calibrate_range(self, rfsg_device_session):
135135
rfsg_device_session.clear_self_calibrate_range()
136136

137137
@pytest.mark.skipif(use_simulated_session is True, reason="Bad date returned by driver for simulated device")
138-
def test_get_external_calibration_last_date_and_time(self, rfsg_device_session):
139-
dt = rfsg_device_session.get_external_calibration_last_date_and_time()
138+
def test_get_ext_cal_last_date_and_time(self, rfsg_device_session):
139+
dt = rfsg_device_session.get_ext_cal_last_date_and_time()
140140
assert isinstance(dt, hightime.datetime)
141141

142142
@pytest.mark.skipif(use_simulated_session is True, reason="Bad date returned by driver for simulated device")

0 commit comments

Comments
 (0)