Skip to content

Commit 4ea07f1

Browse files
committed
[change] Change test name to test_dummy to trigger Travis CI
1 parent 44750b2 commit 4ea07f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multi_svr_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class MultiSVRTest(unittest.TestCase):
55

6-
def test_1(self):
6+
def test_dummy(self):
77
self.assertEqual(1, 1) # TODO impl
88

99

0 commit comments

Comments
 (0)