Skip to content

Commit

Permalink
Fix unit test; Sheet now requires .vd
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Jul 31, 2017
1 parent 40fcf5a commit c9da732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visidata/tests/test_commands.py
Expand Up @@ -63,6 +63,7 @@ def test_baseCommands(self):
vd.getkeystroke = Mock(side_effect=['^J'])

vs = visidata.SheetObject('test_commands', 'some object')
vs.vd = vd
vs.reload()
vd.sheets = [vs]
vs.draw(self.scr)
Expand Down

0 comments on commit c9da732

Please sign in to comment.