aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/roadmap.md')
-rw-r--r--docs/dev/roadmap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index df4e695..1531b63 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -43,6 +43,6 @@ Replace the current Last-Write-Wins (LWW) conflict resolution with Automerge CRD
### Phase 6: Testing and Cleanup
-- [ ] Add unit tests for CRDT operations
-- [ ] Add integration tests for concurrent edit scenarios
+- [x] Add unit tests for CRDT operations
+- [x] Add integration tests for concurrent edit scenarios
- [ ] Remove legacy LWW code after validation