diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-21 17:50:57 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-22 18:16:17 +0100 |
commit | c49c0f99124185e622407ccd19fce17d8114d4dc (patch) | |
tree | bcad0fac05e6d0eb68107b5cd638ca27214d213e /org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java | |
parent | c02a57f4fac277385789eb953138e77e713cb892 (diff) | |
download | jgit-c49c0f99124185e622407ccd19fce17d8114d4dc.tar.gz jgit-c49c0f99124185e622407ccd19fce17d8114d4dc.zip |
Replace deprecated junit assertion methods with hamcrest
Change-Id: Icebe8071eeefbc13d3bdbc231c568209cdc26195
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java')
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java index b55c91f34f..965a2faf8e 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java @@ -10,8 +10,8 @@ package org.eclipse.jgit.transport; import static org.eclipse.jgit.transport.ObjectIdMatcher.hasOnlyObjectIds; +import static org.hamcrest.MatcherAssert.assertThat; import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertThat; import static org.junit.Assert.assertTrue; import java.io.ByteArrayInputStream; |