Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
ensure correct title is assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanov-igor committed Feb 28, 2022
1 parent 81eaccb commit 73fd333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ fn verify_inputs_outputs_to_tasks(){
// Ensure that task properties are assigned correctly
assert_eq!(task.current_owner, 10);
assert_eq!(task.budget, 7);
assert_eq!(task.title, &[1]);
});
}

Expand Down

0 comments on commit 73fd333

Please sign in to comment.