Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit cda9e05

Browse files
committed
Change reference to be own class
1 parent 42796f0 commit cda9e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/integ/com/mathworks/ci/RunMatlabBuildBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private String getMatlabroot(String version) throws URISyntaxException {
104104
}
105105

106106
private URL getResource(String resource) {
107-
return RunMatlabTestsBuilderTest.class.getClassLoader().getResource(resource);
107+
return RunMatlabBuildBuilderTest.class.getClassLoader().getResource(resource);
108108
}
109109

110110
/*

0 commit comments

Comments
 (0)