Allow to fetch name for mock virtual machine to fix tests in 183
This commit is contained in:
@@ -159,7 +159,7 @@ public class MockVirtualMachine implements VirtualMachine {
|
||||
|
||||
@Override
|
||||
public String name() {
|
||||
throw new UnsupportedOperationException();
|
||||
return "JVM mock";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user