so i think when actual is null, isActualDefined ne...
# strikt
c
so i think when actual is null, isActualDefined needs to be false
r
I disagree. It’s valid for the actual value to be
null
. That’s a distinct state from “there was no actual value”
c
yeah right, but it should not return null, but ValueWrapper(null)
r
Ah yes
c
pr is now updated to use AssertionFailedError directly.