Skip to content

Commit 0fd3efa

Browse files
Fix tests
1 parent 7e6065a commit 0fd3efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/borefield_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_borefield_add(field, other_field, field_list, other_field_list, field_b
5858
field = field[0]
5959
if other_field_borehole:
6060
other_field = other_field[0]
61-
assert field + other_field_list == reference_field
61+
assert field + other_field == reference_field
6262

6363

6464
# Test borefield comparison using __eq__

0 commit comments

Comments
 (0)