Skip to content

Instantly share code, notes, and snippets.

@atimca
Created July 8, 2020 16:27
Show Gist options
  • Save atimca/9c0cf2761e20ef3cd627a0aeeee69688 to your computer and use it in GitHub Desktop.
Save atimca/9c0cf2761e20ef3cd627a0aeeee69688 to your computer and use it in GitHub Desktop.
πŸ›‘ failed - Unexpected state mutation: …
  AppState(
  todos: [
  Todo(
βˆ’ isComplete: false,
+ isComplete: true,
  description: "Milk",
  id: 00000000-0000-0000-0000-000000000000
  ),
  ]
  )
(Expected: βˆ’, Actual: +)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment