Skip to content

Commit

Permalink
chore: remove usage of deprecated assertThat of JUnit (googleapis#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Mar 16, 2020
1 parent fb0a91e commit cd4a48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@

import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

import java.io.IOException;
import java.nio.ByteBuffer;
Expand Down
Expand Up @@ -17,7 +17,7 @@

import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

import java.io.IOException;
import java.nio.ByteBuffer;
Expand Down

0 comments on commit cd4a48b

Please sign in to comment.