Skip to content

Commit

Permalink
fix test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Am K committed Jul 25, 2023
1 parent 83f60a8 commit d77a015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ def coba(jsfile):
return False

class JsonTest(unittest.TestCase):

def test_calendar(self):
self.assertTrue(coba("calendar.json"))

def test_calendarmin(self):
self.assertTrue(coba("calendar.min.json"))

def test_holidays(self):
def test_holidays(self):
self.assertTrue(coba("holidays.json"))

if __name__ == '__main__':
Expand Down

0 comments on commit d77a015

Please sign in to comment.