Skip to content

Commit

Permalink
chore: fix builder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 9, 2024
1 parent 36b46a7 commit 8ed227e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rust/pact_matching/src/engine/bodies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ r#"-> (
$.body
),
%match:equality (
%apply (),
json:null
json:null,
%apply ()
)
)"#);
}
Expand All @@ -156,8 +156,8 @@ r#"-> (
$.body
),
%match:equality (
%apply (),
json:true
json:true,
%apply ()
)
)"#);
}
Expand Down

0 comments on commit 8ed227e

Please sign in to comment.