Skip to content

Commit

Permalink
add accidentally removed test_star.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sShaAanGg committed Oct 23, 2023
1 parent d0fa3b8 commit 73f7604
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/test/test_star.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import star

def test_star():
# Arrange
# Not needed

# Act & Assert
star.main()

###

0 comments on commit 73f7604

Please sign in to comment.