Skip to content

Commit c8e5d85

Browse files
committed
Rename test
Signed-off-by: Jacob Perron <[email protected]>
1 parent 085fc24 commit c8e5d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcljava/src/test/java/org/ros2/rcljava/publisher/PublisherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
public class PublisherTest {
2727
@Test
28-
public final void testCreate() {
28+
public final void testCreateAndDispose() {
2929
RCLJava.rclJavaInit();
3030
Node node = RCLJava.createNode("test_node");
3131
Publisher<std_msgs.msg.String> publisher =

0 commit comments

Comments
 (0)