Hi, can someone please point me to a rust test tha...
# daft-dev
g
Hi, can someone please point me to a rust test that covers a DaftError case?
j
Hi @Guy Pozner ! Could you elaborate a little about what you mean by this?
g
Sure, I want to test that this piece of code, to do that I want to write a test (in rust) that tries to apply this method between three different sized arrays and check that the error that returns is the error I have specified. I am not sure how to do that