I cannot get the getProjectsReturnsData unit test to pass. I get an error that reads:
java.lang.AssertionError: Expected: com.loc8r.data.models.ProjectEntity@141d3d43, Actual: com.loc8r.data.models.ProjectEntity@6ca372ef (latch = 1, values = 1, errors = 0, completions = 0)
I tried converting the code to a mutableListOf, and I still got an error