Skip to content

Commit

Permalink
fix constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed May 6, 2024
1 parent fbf9b13 commit 2e1797e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void testModuleLoads() {
// Given
Key moduleName = new Key( "bx-derby" );
String physicalPath = Paths.get( "./build/module" ).toAbsolutePath().toString();
ModuleRecord moduleRecord = new ModuleRecord( moduleName, physicalPath );
ModuleRecord moduleRecord = new ModuleRecord( physicalPath );
IBoxContext context = new ScriptingRequestBoxContext();
BoxRuntime runtime = BoxRuntime.getInstance( true );
ModuleService moduleService = runtime.getModuleService();
Expand Down

0 comments on commit 2e1797e

Please sign in to comment.