Skip to content

Commit 28e5adf

Browse files
committed
Added missing empty test code.
1 parent 63be80c commit 28e5adf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package tddmicroexercises.telemetrysystem;
2+
3+
import org.junit.Test;
4+
5+
import static org.junit.Assert.*;
6+
7+
public class TelemetryClientTest {
8+
@Test
9+
public void checkTransmission_should_send_a_diagnostic_message_and_receive_a_status_message_response() throws Exception {
10+
11+
}
12+
13+
}

0 commit comments

Comments
 (0)