auto:"true"
. If I want to test that, the error panic: rel: primary key row does not exists
appears. How can I test finding an entity with automatically preload an association?
hmmm, when preloading, scanMany function is expected to be returned byCursor.Fields https://github.com/go-rel/rel/blob/f031f7a81ccff9b35afa611afcc63b130ed51901/cursor.go#L83-L85
but since nopCursor that is used by reltest package doesn't returns any field, it triggers that error
https://github.com/go-rel/rel/blob/f031f7a81ccff9b35afa611afcc63b130ed51901/reltest/nop_adapter.go#L79-L81