We are replacing the usage of Hamcrest assertions with AssertJ all over the project.
In EnvUtilTest.java, replace any usage of Hamcrest with the AssertJ (org.assertj.core.api.Assertions.assertThat).
should be changed to:
assertThat(timestamp).isEqualTo(new Date(1445385600000L));
Replace the rest of assertions (org.junit.Assert.*) with AssertJ too.
Hi, i would like to work on this issue
Hey, shall I pick it up if you didn't started ? @himanshu007-creator
Hey, shall I pick it up if you didn't started ? @himanshu007-creator
Sure!, @manusa please assign @ramananrpn this issue. 馃煩
@manusa @rohanKanojia Could you guys please review and merge this PR #789 ?
Most helpful comment
Sure!, @manusa please assign @ramananrpn this issue. 馃煩