huskies: merge 1010
This commit is contained in:
@@ -112,7 +112,7 @@ impl Default for EventBus {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::super::BranchName;
|
||||
use super::super::{BranchName, PlanState};
|
||||
use super::*;
|
||||
use std::num::NonZeroU32;
|
||||
|
||||
@@ -149,7 +149,10 @@ mod tests {
|
||||
bus.fire(TransitionFired {
|
||||
story_id: StoryId("test".into()),
|
||||
before: Stage::Backlog,
|
||||
after: Stage::Coding { claim: None },
|
||||
after: Stage::Coding {
|
||||
claim: None,
|
||||
plan: PlanState::Missing,
|
||||
},
|
||||
event: PipelineEvent::DepsMet,
|
||||
at: Utc::now(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user