Closed KirianCaumes closed 4 years ago
I didn't see the code sample for deno_mong. But I guess it has something to do with the value you pass. For example, $oid: "xx" must be a legal id value, if it is illegal, it will exit unexpectedly
Hey, that was it! I didn't see how that could be a problem, knowing that I had already handled these ID issues, but for my tests, I created entities manually and their ids were not correct here. Thank you very much !
Hello,
I'm trying to add simple test in project, but there is an error blocking me:
My test look like this:
And it's run with this command:
Finally, the stacktrace:
I'm not sure if it's really related to my test...
Thanks a lot for your help!