Fix crop and resize unit test
This commit is contained in:
parent
e09e8b7002
commit
5168527bb9
1 changed files with 2 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ mod tests {
|
|||
|
||||
let mut config = Config::default();
|
||||
config.processing.output.size = 512;
|
||||
config.processing.crop.enabled = false;
|
||||
|
||||
match step.execute(ctx, &config).await {
|
||||
StepOutcome::Continue(new_ctx) => {
|
||||
|
|
@ -295,6 +296,7 @@ mod tests {
|
|||
|
||||
let mut config = Config::default();
|
||||
config.processing.output.size = 256;
|
||||
config.processing.crop.enabled = false;
|
||||
|
||||
match step.execute(ctx, &config).await {
|
||||
StepOutcome::Continue(new_ctx) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue