Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 31, 2024
1 parent 6b1c897 commit 4f0bc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_large_output(mapdl, cleared):
"""Verify we can receive messages over the default 4MB limit."""
mapdl.block(0, 1, 0, 1, 0, 1)
mapdl.et(1, 187)
mapdl.esize(0.5)
mapdl.esize(0.05)
mapdl.vmesh("all")
msg = mapdl.nlist()

Expand Down
2 changes: 1 addition & 1 deletion tests/test_mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def test_apdl_logging_start(tmpdir, mapdl):
_debug_no_launch=True,
)

assert "filename" in launch_options["log_apdl"]
assert filename in launch_options["log_apdl"]
# activating logger
mapdl.open_apdl_log(filename, mode="w")

Expand Down

0 comments on commit 4f0bc3f

Please sign in to comment.