Skip to content

Commit

Permalink
Remove erronious assert
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed May 25, 2016
1 parent cdf65bc commit 994fc5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xsd_training/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ def test_list_tgs(self):
c = self.get_client()
r = c.get(self.LIST_URL)
self.assertTrue(TG_NAME in r.content)
self.assertTrue(unicode(tg) in r.content)

def test_create_tg(self):
# Create group using HTTP and check it exists
Expand Down

0 comments on commit 994fc5b

Please sign in to comment.