We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1f0c7 commit 0d30a5eCopy full SHA for 0d30a5e
1 file changed
test/test_read_with_pyvista.py
@@ -46,7 +46,7 @@ def test_error_rasied_when_subdomain_is_not_given_in_multidomain_case(tmpdir):
46
ValueError,
47
match=(
48
r"Subdomain None not found in the OpenFOAM file\. "
49
- r"Available subdomains: \['defaultRegion', 'fluid', 'solid']"
+ r"Available subdomains: \['fluid', 'solid']"
50
),
51
):
52
my_of_reader._read_with_pyvista(t=20.0, subdomain=None)
0 commit comments