Skip to content

Commit

Permalink
Remove version 1.0 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed May 2, 2015
1 parent 51d40b0 commit 93a9305
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_facebook.py
Expand Up @@ -58,10 +58,6 @@ def test_no_version(self):
self.assertNotEqual(
graph.version, "", "Version should not be an empty string.")

def test_version_1_0(self):
graph = facebook.GraphAPI(version=1.0)
self.assertEqual(graph.get_version(), 1.0)

def test_version_2_0(self):
graph = facebook.GraphAPI(version=2.0)
self.assertEqual(graph.get_version(), 2.0)
Expand Down

0 comments on commit 93a9305

Please sign in to comment.