From 0ed63ce6571ed7c74e7f1054099cd02578aa5ddf Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Fri, 3 May 2013 14:12:30 +0200 Subject: [PATCH] Tests updated --- tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.py b/tests.py index ca45fc4..aa07717 100644 --- a/tests.py +++ b/tests.py @@ -69,9 +69,9 @@ class StreamTest(unittest.TestCase): stream = diaspy.streams.Stream(test_connection) stream.post_picture('./test-image.png') - def testCreatingTag(self): + def testingAddingTag(self) ft = diaspy.streams.FollowedTags(test_connection) - ft.create('test') + ft.add('test') class ConnectionTest(unittest.TestCase): -- 2.25.1