Skip to content

Commit

Permalink
hacky fix cont
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-is-hate committed Jun 1, 2024
1 parent 18f2e43 commit bd1fdc8
Show file tree
Hide file tree
Showing 8 changed files with 3,723 additions and 2,799 deletions.
20 changes: 20 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"integrated_tests/repeated_enums",
"integrated_tests/default_values",
"integrated_tests/matching_maps",
"integrated_tests/imported_message",
]

[package]
Expand Down
2 changes: 0 additions & 2 deletions integrated_tests/imported_message/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[workspace]

[package]
name = "imported_message"
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion integrated_tests/imported_message/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mod tests {
i.contents_from(json!({
"pact:proto": proto_file,
"pact:proto-service": "Primary/GetRectangle",
"pact:content-type": "application/protobuf",
"pact:content-type": "application/grpc",
"pact:protobuf-config": {
"additionalIncludes": [ proto_include ]
},
Expand Down
Loading

0 comments on commit bd1fdc8

Please sign in to comment.