Skip to content

Commit

Permalink
Fixed behaviour test
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
Signed-off-by: Jean Mertz <git@jeanmertz.com>
  • Loading branch information
StephenWakely authored and JeanMertz committed Mar 26, 2021
1 parent 35bbd9a commit b3b49fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/behavior/transforms/remap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
extract_from = "remap_abort"
[[tests.outputs.conditions]]
type = "remap"
source = ".foo == false && .bar == true"
source = ".foo == true && .bar == true"

[transforms.remap_abort_drop_on_abort]
inputs = []
Expand Down

0 comments on commit b3b49fd

Please sign in to comment.