mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Fix test failures
This commit is contained in:
		| @@ -23,7 +23,7 @@ import java.util.stream.Stream; | |||||||
|  |  | ||||||
| class LuaCoverage | 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 BIOS = ROOT.resolve( "bios.lua" ); | ||||||
|     private static final Path APIS = ROOT.resolve( "rom/apis" ); |     private static final Path APIS = ROOT.resolve( "rom/apis" ); | ||||||
|     private static final Path SHELL = ROOT.resolve( "rom/programs/shell.lua" ); |     private static final Path SHELL = ROOT.resolve( "rom/programs/shell.lua" ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates