File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ def test_animation_not_infinite(self):
54
54
self .assertEqual (plugin .__str__ (), 'Animate shake' )
55
55
self .page .delete ()
56
56
57
-
58
57
def test_animation_infinite (self ):
59
58
self .client .login (username = self .su_username , password = self .su_password )
60
59
@@ -73,7 +72,6 @@ def test_animation_infinite(self):
73
72
self .assertContains (response , 'wobble' )
74
73
self .assertContains (response , 'infinite' )
75
74
76
-
77
75
def test_wow_animation_no_additional_arguments (self ):
78
76
self .client .login (username = self .su_username , password = self .su_password )
79
77
@@ -93,7 +91,6 @@ def test_wow_animation_no_additional_arguments(self):
93
91
self .assertNotContains (response , 'offset' )
94
92
self .assertNotContains (response , 'iteration' )
95
93
96
-
97
94
def test_wow_animation_all_arguments (self ):
98
95
self .client .login (username = self .su_username , password = self .su_password )
99
96
You can’t perform that action at this time.
0 commit comments