Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Sep 6, 2024
1 parent f59c469 commit 21dc102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-ui/src/wui/subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ mod test {
state_handle.tasks().get("task").unwrap().status,
TaskStatus::Running
);
assert_eq!(state_handle.tasks().get("task").unwrap().output, vec![]);
assert!(state_handle.tasks().get("task").unwrap().output.is_empty());

Ok(())
}
Expand Down

0 comments on commit 21dc102

Please sign in to comment.