We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7484c27 commit 650856dCopy full SHA for 650856d
1 file changed
codespeed/tests/test_views_data.py
@@ -141,7 +141,7 @@ def test_get_comparisionexes_custom_default_branch(self):
141
self.assertEqual(exe_keys[2], '1+L+custom')
142
self.assertEqual(exe_keys[3], '2+L+custom')
143
144
-
+
145
class UtilityFunctionsTestCase(TestCase):
146
@override_settings(TIMELINE_EXECUTABLE_NAME_MAX_LEN=22)
147
def test_get_sanitized_executable_name_for_timeline_view(self):
@@ -161,4 +161,4 @@ def test_get_sanitized_executable_name_for_comparision_view(self):
161
162
executable = Executable(name='b' * 25)
163
name = get_sanitized_executable_name_for_comparison_view(executable)
164
- self.assertEqual(name, 'b' * 20 + '...')
+ self.assertEqual(name, 'b' * 20 + '...')
0 commit comments