Fix tests

This commit is contained in:
Jonathan Turner 2019-06-07 19:54:52 +12:00
parent 7c794dc189
commit 1cd1622019

View File

@ -223,6 +223,7 @@ async fn process_line(readline: Result<String, ReadlineError>, ctx: &mut Context
match pipeline.commands.last() {
Some(ClassifiedCommand::Sink(_)) => {}
Some(ClassifiedCommand::External(_)) => {}
_ => pipeline.commands.push(ClassifiedCommand::Sink(SinkCommand {
command: sink("autoview", autoview::autoview),
args: Args {