mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Add TODO
This commit is contained in:
@@ -221,6 +221,9 @@ fn one_partition() {
|
|||||||
assert_eq!(response.server_id, "0");
|
assert_eq!(response.server_id, "0");
|
||||||
assert_eq!(response.message_cursor, 0);
|
assert_eq!(response.message_cursor, 0);
|
||||||
assert_eq!(response.messages.len(), 1);
|
assert_eq!(response.messages.len(), 1);
|
||||||
|
|
||||||
|
// TODO: Read which instance was changed and try to access it with
|
||||||
|
// /read
|
||||||
}
|
}
|
||||||
|
|
||||||
let body = server.get_string("/api/read_all");
|
let body = server.get_string("/api/read_all");
|
||||||
|
|||||||
Reference in New Issue
Block a user