Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2023
1 parent 8cec23e commit 6102784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

import amrex.space3d as amr


def test_concatenate():
pltname = amr.concatenate("plt",1000,5)
pltname = amr.concatenate("plt", 1000, 5)
print("--test concatenate --")
print("plotfile name", pltname)
assert (pltname == "plt01000")
assert pltname == "plt01000"

0 comments on commit 6102784

Please sign in to comment.