Skip to content

Commit 1938fce

Browse files
committed
Update funcWithStrsAndConds.ptx
1 parent 495d3da commit 1938fce

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

pretext/functions/funcWithStrsAndConds.ptx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ def main():
263263

264264
# function call
265265
main()
266-
267-
from unittest.gui import TestCaseGui
268-
class myTests(TestCaseGui):
269-
270-
def testOne(self):
271-
self.assertEqual(get_initials("J'Quan",'Alik'),"JA",'''get_initials("J'Quan",'Alik')''')
272-
273-
myTests().main()
274266
</input>
275267
</program>
276268
</exercise>

0 commit comments

Comments
 (0)