SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
282 stars 87 forks source link

Fix Client.Test.fs Expect.equal parameters order #495

Closed linitachi closed 2 years ago

linitachi commented 2 years ago

In line 15, actual value is model.Todos.Length , expected value is 1. In line 16, actual value is model.Todos.[0] , expected value is newTodo. Both origin code are reverse parameters.

theimowski commented 2 years ago

They were indeed, thanks!