Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Nov 10, 2024
1 parent ae418c7 commit 23e6324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mod tests {
};

// there should be no current task yet.
assert_eq!(project.current_task(), None);
assert!(project.current_task().is_err());

project.push_default_task();
let task1 = project.tasks.last_mut().unwrap();
Expand Down

0 comments on commit 23e6324

Please sign in to comment.