Skip to content

Commit 513c1e1

Browse files
committed
add unit test for "unclaim" alias
1 parent 5219533 commit 513c1e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

parser/src/command/assign.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,9 @@ mod tests {
181181
)
182182
}
183183
}
184+
185+
#[test]
186+
fn unclaim() {
187+
assert_eq!(parse("unclaim"), Ok(Some(AssignCommand::ReleaseAssignment)));
188+
}
184189
}

0 commit comments

Comments
 (0)