test: fix

This commit is contained in:
KillTheMule 2016-07-29 11:52:23 +02:00 committed by Justin M. Keyes
parent c168dc32b9
commit bd8ef4ea24

View File

@ -1,6 +1,6 @@
-- Test for a lot of variations of the 'fileformats' option -- Test for a lot of variations of the 'fileformats' option
local helpers = require('test.functional.helpers') local helpers = require('test.functional.helpers')(after_each)
local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
local eq, write_file = helpers.eq, helpers.write_file local eq, write_file = helpers.eq, helpers.write_file