diff --git a/src/test/grub/test/integration/synchronization.clj b/src/test/grub/test/integration/synchronization.clj index 07daee8..3557c35 100644 --- a/src/test/grub/test/integration/synchronization.clj +++ b/src/test/grub/test/integration/synchronization.clj @@ -87,6 +87,7 @@ (>!! new-client-states client-change) (short-delay) (>!! new-server-states (last @server)) + (short-delay) (states-in-sync? @client @server) (last-state @client) => {:grubs {"1" {:text "2 apples" :completed true} "2" {:text "milk" :completed false}}