Skip to content

Commit

Permalink
fix typo, no idea why github action timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed May 26, 2022
1 parent d1d13e8 commit 0a25f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/bin/functional
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ if __name__ == '__main__':
sub.set_defaults(func=explain)

def edit(parsed):
test = encoding_tests.select(parsed.test) or Test('', '')
test = encoding_tests.select(parsed.test) or Record('', '')
if not test.files:
sys.exit('no such test')
editor = os.environ.get('EDITOR', 'vi')
Expand Down

0 comments on commit 0a25f37

Please sign in to comment.