Hello all, I'm getting a strange error in a unit test for something I'm working on. You can see in the error message below, the results returned from the query and the expected results are identical, however, the unit test fails.
column '`session_start_time`' mismatched values, expected: 2009-04-20T03:28:28.374(LocalDateTime) but received 2009-04-20T03:28:28.374(LocalDateTime) To my eye, these are identical values and data types. Does anyone have any suggestion as to how to get this test to pass? Thanks, -- C
