Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nastiiasaenko authored Dec 13, 2023
1 parent aaea6bc commit d907115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def add_smth(a,b):
return a+b

if __name__ == "__main__":
if __name__ == "__app__":
add_smth()
print("All tests passed.")

0 comments on commit d907115

Please sign in to comment.