Skip to content

Commit

Permalink
Update cow to cattle in unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin865 committed Nov 16, 2020
1 parent be17b38 commit 6a3b591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_colon.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_colon1(self):
Test creation of colon scaffold.
"""
parameterSetNames = MeshType_3d_colon1.getParameterSetNames()
self.assertEqual(parameterSetNames, ["Default", "Cow 1", "Human 1", "Human 2", "Mouse 1", "Mouse 2", "Pig 1", "Pig 2"])
self.assertEqual(parameterSetNames, ["Default", "Cattle 1", "Human 1", "Human 2", "Mouse 1", "Mouse 2", "Pig 1", "Pig 2"])
centralPathDefaultScaffoldPackages = {
'Test line': ScaffoldPackage(MeshType_1d_path1, {
'scaffoldSettings': {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_colonsegment.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_humancolonsegment1(self):
Test creation of human colon segment scaffold.
"""
parameterSetNames = MeshType_3d_colonsegment1.getParameterSetNames()
self.assertEqual(parameterSetNames, [ "Default", "Cow 1", "Human 1", "Mouse 1", "Pig 1" ])
self.assertEqual(parameterSetNames, [ "Default", "Cattle 1", "Human 1", "Mouse 1", "Pig 1" ])
options = MeshType_3d_colonsegment1.getDefaultOptions("Human 1")
self.assertEqual(27, len(options))
self.assertEqual(0.0, options.get("Start phase"))
Expand Down

0 comments on commit 6a3b591

Please sign in to comment.