Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #325 from simphony/fix-typo-in-test
Browse files Browse the repository at this point in the history
Fixed typo in test
  • Loading branch information
mehdisadeghi committed Oct 19, 2016
2 parents 438f072 + ee4fc7e commit 70bb9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simphony/testing/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_compare_mesh_datasets_equal(self):
mesh = Mesh(name="test")
reference = Mesh(name="test")

point_list = create_particles_with_id()
point_list = create_points_with_id()
edge_list = create_edges()
face_list = create_faces()
cell_list = create_cells()
Expand Down Expand Up @@ -140,7 +140,7 @@ def test_compare_mesh_datasets_not_equal(self):
mesh = Mesh(name="test")
reference = Mesh(name="test_ref")

point_list = create_particles_with_id()
point_list = create_points_with_id()
edge_list = create_edges()
face_list = create_faces()
cell_list = create_cells()
Expand Down

0 comments on commit 70bb9f0

Please sign in to comment.