Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Mar 4, 2018
1 parent d5731b1 commit 34daeb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class SsdpNotifyReceiverTest {
final InetAddress address = InetAddress.getByName("192.0.2.2");
receiver.onReceive(address, data, data.length);

assertThat(captor.capture().getUuid(), is("uuid:01234567-89ab-cdef-0123-456789abcdef"));
assertThat(captor.getValue().getUuid(), is("uuid:01234567-89ab-cdef-0123-456789abcdef"));
}

@Test
Expand Down

0 comments on commit 34daeb6

Please sign in to comment.