Skip to content

Commit ad86bf6

Browse files
committed
test(well-inventory): update expected values for SampleMethod and DataQuality
- Adjust test data to reflect updated descriptions for `sample_method` and `data_quality` fields.
1 parent ce742fd commit ad86bf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_well_inventory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,12 +949,12 @@ def test_water_level_aliases_are_mapped(self):
949949
row.update(
950950
{
951951
"measuring_person": "Tech 1",
952-
"sample_method": "Tape",
952+
"sample_method": "Steel-tape measurement",
953953
"water_level_date_time": "2025-02-15T10:30:00",
954954
"mp_height_ft": 2.5,
955955
"level_status": "Static",
956956
"depth_to_water_ft": 11.2,
957-
"data_quality": "Good",
957+
"data_quality": "Water level accurate to within two hundreths of a foot",
958958
"water_level_notes": "Initial reading",
959959
}
960960
)

0 commit comments

Comments
 (0)