1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-23 13:43:22 +00:00

Fix test failures

This commit is contained in:
Jonathan Coates 2020-05-13 15:27:50 +01:00
parent c60dcb4f5a
commit e251dd066c

View File

@ -23,7 +23,7 @@
class LuaCoverage
{
private static final Path ROOT = new File( "src/main/resources/assets/computercraft/lua" ).toPath();
private static final Path ROOT = new File( "src/main/resources/data/computercraft/lua" ).toPath();
private static final Path BIOS = ROOT.resolve( "bios.lua" );
private static final Path APIS = ROOT.resolve( "rom/apis" );
private static final Path SHELL = ROOT.resolve( "rom/programs/shell.lua" );