Skip to content

Commit 177fec8

Browse files
author
Timur Gilmullin
committed
test is fixed
1 parent 405f299 commit 177fec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_Main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def init(self):
1212
print("This is start of test example.")
1313

1414
def test_Main(self):
15-
assert Main.Main() == "This is Main module for ExampleProject that do nosting.\nRead more about DevOpsHQ Community here: https://github.com/devopshq/ExampleProject"
15+
assert Main.Main() == "This is Main module for ExampleProject that do nothing.\nRead more about DevOpsHQ Community here: https://github.com/devopshq/ExampleProject"

0 commit comments

Comments
 (0)