Skip to content

Commit

Permalink
Move util package unit tests to correct utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed May 4, 2020
1 parent ed360d6 commit 3d43df4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.smartregister.growthmonitoring.utils;
package org.smartregister.growthmonitoring.util;

import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.smartregister.growthmonitoring.utils;
package org.smartregister.growthmonitoring.util;

import android.os.Build;

Expand All @@ -13,8 +13,6 @@
import org.robolectric.RuntimeEnvironment;
import org.robolectric.annotation.Config;
import org.smartregister.growthmonitoring.BuildConfig;
import org.smartregister.growthmonitoring.util.GrowthMonitoringConstants;
import org.smartregister.growthmonitoring.util.GrowthMonitoringUtils;

import java.util.Calendar;
import java.util.Date;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.smartregister.growthmonitoring.utils;
package org.smartregister.growthmonitoring.util;

import org.junit.Assert;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.smartregister.growthmonitoring.utils;
package org.smartregister.growthmonitoring.util;

import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.smartregister.growthmonitoring.utils;
package org.smartregister.growthmonitoring.util;

import org.junit.Assert;
import org.junit.Test;
Expand Down

0 comments on commit 3d43df4

Please sign in to comment.