Skip to content

Commit 067d274

Browse files
author
Ganyushin, Dmitry
committed
Removed a comment.
1 parent f556fd3 commit 067d274

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Framework/PythonInterface/test/python/mantid/SimpleAPITest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ def test_alg_has_expected_doc_string(self):
8888
)
8989
doc = simpleapi.rebin.__doc__
9090
self.assertGreater(len(doc), 0)
91-
# The missing part of the expected_doc string contains "BinningMode(Input) *string* " ...
92-
# Due to introduction of EnumeratedStringProperty the "*string*" is replaced by some
93-
# generated during build characters in the "doc" string here.
94-
# Cutting them out to compare two strings
9591
self.assertEqual(doc, expected_doc)
9692

9793
def test_function_call_executes_correct_algorithm_when_passed_correct_args(self):

0 commit comments

Comments
 (0)