bapaurana commited on
Commit
501c6ed
·
1 Parent(s): b01c866

Successful test!

Browse files
Files changed (1) hide show
  1. test/test_hello.py +1 -1
test/test_hello.py CHANGED
@@ -6,7 +6,7 @@ class TestHello(unittest.TestCase):
6
 
7
 
8
  def hello():
9
- return "Hello, World!!"
10
 
11
  if __name__ == "__main__":
12
  unittest.main()
 
6
 
7
 
8
  def hello():
9
+ return "Hello, World!"
10
 
11
  if __name__ == "__main__":
12
  unittest.main()