Skip to content

Commit

Permalink
Add a TODO to make things more explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed May 28, 2024
1 parent d442b61 commit baca47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/07_threads/05_channels/tests/insert.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: Set `move_forward` to `true` in `ready` when you think you're done with this exercise.
// Feel free to call an instructor to verify your solution!
use channels::data::TicketDraft;
use channels::{launch, Command};
use std::time::Duration;
Expand All @@ -24,8 +26,6 @@ fn ready() {
// since our server doesn't expose any **read** actions.
// We have no way to know if the inserts are actually happening and if they
// are happening correctly.
// Set `move_forward` to `true` when you think you're done with this exercise.
// Feel free to call an instructor to verify your solution!
let move_forward = false;

assert!(move_forward);
Expand Down

0 comments on commit baca47f

Please sign in to comment.