Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aaa412b authored by David Luhmer's avatar David Luhmer Committed by David Luhmer
Browse files

fix broken unit test

parent f4849919
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ public class TestRetrofitAPI {
        //);


        mApi.getStreamingUpdatedItems(1000, 1000, 1000);
        mApi.getStreamingUpdatedItems(1000, 1000, 1000).blockingSubscribe();

        HashMap<String, String> expectedParams = new HashMap<>();
        expectedParams.put("lastModified", "1000");