Skip to content

Commit e1149fa

Browse files
author
Luca Palmieri
committed
Missed.
1 parent f9d3d38 commit e1149fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jira-wip/src/koans/01_ticket/08_recap.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ mod recap {
5555
mod tests {
5656
#[test]
5757
fn the_next_step_of_your_journey() {
58-
// let i_am_ready_to_continue = __;
59-
let i_am_ready_to_continue = true;
58+
let i_am_ready_to_continue = __;
6059

6160
assert!(i_am_ready_to_continue);
6261
}

0 commit comments

Comments
 (0)