Skip to content

Commit

Permalink
add email and consent to test
Browse files Browse the repository at this point in the history
  • Loading branch information
fffelix-jan committed Jan 4, 2021
1 parent 835bfe6 commit 26e7168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/myTest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from emailsanta import *


myLetter = SantaEmail("Rudolph", 1, 4, "New York", "United States", 3, "carrots", "food", "phone", comment="Hi Santa, this is a test.")
myLetter = SantaEmail("Rudolph", 1, 4, "New York", "United States", 3, "carrots", "food", "phone", comment="Hi Santa, this is a test.", consent=False, email="[email protected]")
theReply = SantaReply(myLetter)
print(theReply.replyText)

0 comments on commit 26e7168

Please sign in to comment.