Skip to content

Commit

Permalink
Update tests/mpi_54rank/test_external_grid_1x1.py
Browse files Browse the repository at this point in the history
Incorrect name of test in test_external_grid_1x1.py changed to match file name

Co-authored-by: Oliver Elbert <[email protected]>
  • Loading branch information
fmalatino and oelbert authored Dec 14, 2023
1 parent 136db1a commit 0be3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mpi_54rank/test_external_grid_1x1.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DIR = os.path.dirname(os.path.abspath(__file__))


def test_extgrid_equals_generated_2x2():
def test_extgrid_equals_generated_1x1():

with open(
os.path.join(DIR, "../../driver/examples/configs/test_external_C12_1x1.yaml"),
Expand Down

0 comments on commit 0be3439

Please sign in to comment.