Skip to content

Commit 5564d89

Browse files
committed
Changed name of test method to be more descriptive
1 parent 78c33a0 commit 5564d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/culturegraph/mf/morph/maps/JndiSqlMapTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
public final class JndiSqlMapTest {
3131
@Test
32-
public void name() throws IOException {
32+
public void testGetDatasource() throws IOException {
3333
final JndiSqlMap map = new JndiSqlMap();
3434
map.setDatasource("testDataSource");
3535

0 commit comments

Comments
 (0)