Skip to content

Commit

Permalink
Fix doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed Dec 13, 2019
1 parent f89f717 commit 7e6c042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

def module_test_suite():
"""
Run MDStudio_atb module unit tests
Run MDStudio_haddock module unit tests
"""

testpath = os.path.join(os.path.dirname(__file__), 'module')
Expand Down
2 changes: 1 addition & 1 deletion tests/module/module_datamodel_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_data_block_new_append(self):
"""

block_id, project = new_parameter_block(self.web, 'haddock-dani-request.v1', 'DANIParameters', max_mult=5)
print(project)

self.assertEqual(block_id, 'project.dan1')
self.assertTrue('dan1' in self.web.keys())

Expand Down

0 comments on commit 7e6c042

Please sign in to comment.