Skip to content

Commit 0d30a5e

Browse files
committed
fix test
1 parent 6f1f0c7 commit 0d30a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_read_with_pyvista.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_error_rasied_when_subdomain_is_not_given_in_multidomain_case(tmpdir):
4646
ValueError,
4747
match=(
4848
r"Subdomain None not found in the OpenFOAM file\. "
49-
r"Available subdomains: \['defaultRegion', 'fluid', 'solid']"
49+
r"Available subdomains: \['fluid', 'solid']"
5050
),
5151
):
5252
my_of_reader._read_with_pyvista(t=20.0, subdomain=None)

0 commit comments

Comments
 (0)