Skip to content

Commit da1c52b

Browse files
Fix Travis CI tests. (#246)
1 parent 6529224 commit da1c52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blurb/blurb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def save_split_next(self):
649649
tests_run = 0
650650

651651
class TestParserPasses(unittest.TestCase):
652-
directory = "tests/pass"
652+
directory = "blurb/tests/pass"
653653

654654
def filename_test(self, filename):
655655
b = Blurbs()
@@ -667,7 +667,7 @@ def test_files(self):
667667

668668

669669
class TestParserFailures(TestParserPasses):
670-
directory = "tests/fail"
670+
directory = "blurb/tests/fail"
671671

672672
def filename_test(self, filename):
673673
b = Blurbs()

0 commit comments

Comments
 (0)