Skip to content

Commit 160b7cf

Browse files
author
Owen Jones
committed
Rename two tests
1 parent d9c7e8e commit 160b7cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.
12 Bytes
Binary file not shown.

regression/LVSA/TestPreciseAccessPaths/test_precise_access_paths.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ def test_apply_get_list_node(tmpdir):
206206
value_set_expectation.check_contains_per_field_evs()
207207

208208

209-
def test_two_derefs(tmpdir):
210-
lvsa_driver = LvsaDriver(tmpdir, folder_name).with_test_function('two_derefs')
209+
def test_two_field_derefs(tmpdir):
210+
lvsa_driver = LvsaDriver(tmpdir, folder_name).with_test_function('two_field_derefs')
211211
lvsa_expectation = lvsa_driver.run()
212212

213213
value_set_expectation = lvsa_expectation.get_value_set_for_output()
@@ -217,8 +217,8 @@ def test_two_derefs(tmpdir):
217217
value_set_expectation.check_contains_per_field_evs(access_path=['.object'])
218218

219219

220-
def test_apply_two_derefs(tmpdir):
221-
lvsa_driver = LvsaDriver(tmpdir, folder_name).with_test_function('apply_two_derefs')
220+
def test_apply_two_field_derefs(tmpdir):
221+
lvsa_driver = LvsaDriver(tmpdir, folder_name).with_test_function('apply_two_field_derefs')
222222
lvsa_expectation = lvsa_driver.run()
223223

224224
value_set_expectation = lvsa_expectation.get_value_set_for_output()

0 commit comments

Comments
 (0)