[fixup]: rename test after rebase

This commit is contained in:
Mathieu Duponchelle 2018-04-07 16:13:59 +02:00
parent 1ad04bed96
commit 1105ba3afd
6 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ class AllPlatformTests(BasePlatformTests):
self.assertPathDoesNotExist(exename)
def test_forcefallback(self):
testdir = os.path.join(self.unit_test_dir, '26 forcefallback')
testdir = os.path.join(self.unit_test_dir, '27 forcefallback')
self.init(testdir, ['--wrap-mode=forcefallback'])
self.build()
self.run_tests()