Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AFarrAccenture committed Sep 28, 2023
1 parent 82f6a80 commit 5638a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ defmodule Transformers.ConditionsTest do
condition_operation = Conditions.check(payload, parameters)

assert condition_operation ==
{:error, "unsupported condition operation #{condition_operation}"}
{:error, "unsupported condition operation !"}
end

test "returns error when source field is not present in payload" do
Expand Down

0 comments on commit 5638a66

Please sign in to comment.