Skip to content

Commit

Permalink
revised MyLineConverterTesterBase.input_file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed May 23, 2018
1 parent 1b81e2e commit 9136b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_symbol_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_has_symbol(self):

class MyLineConverterTesterBase(unittest.TestCase):
def setUp(self):
self.input_file_name = 'sample.ipynb'
self.input_file_name = os.path.join('tests', 'sample.ipynb')

# class under test
self.cp = sc.SymbolConverter()
Expand Down

0 comments on commit 9136b81

Please sign in to comment.