In my optRef table I believe I have successfully cast expiry to a date and my meta data matches what was expected but my test still fails. Any help would be appreciated. My code:
uniqueOpts: distinct trade[`option_id]
refServiceHandle:hopen `::5457
uniqueInsts: distinct optRef[`inst_id]
instRef: refServiceHandle (`getInstRef; uniqueInsts)
optRef:refServiceHandle (`getOptionRef;uniqueOpts);
optRef: update "D"$expiry from optRef
meta optRef