Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Remove old TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Jan 10, 2014
1 parent 78ea172 commit 193b0e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/apps/rapidsms/tests/test_vumi_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@ def setUp(self):
def test_setup_application(self):
app = yield self.app_helper.get_app_worker(self.APP_CONFIG)
yield app.startService()
# TODO: check something?

@inlineCallbacks
def test_teardown_application(self):
app = yield self.app_helper.get_app_worker(self.APP_CONFIG)
yield app.startService()
yield app.stopService()
# TODO: check something?

@inlineCallbacks
def test_get_config_for_message(self):
Expand Down

0 comments on commit 193b0e2

Please sign in to comment.