Skip to content

Commit

Permalink
fix: correct test data to escape php_namespace option with two backsl…
Browse files Browse the repository at this point in the history
…ashes
  • Loading branch information
jjaakola-aiven committed May 24, 2024
1 parent 049c2e4 commit da8a0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_protobuf_binary_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
option java_multiple_files = true;
option objc_class_prefix = "TDD";
option csharp_namespace = "Tech.Dojo.Dsp.V1";
option php_namespace = "Tech\\Dojo\\Dsp\\V1";
option php_metadata_namespace = "Tech\\Dojo\\Dsp\\V1\\GPBMetadata";
option php_namespace = "Tech\\\\Dojo\\\\Dsp\\\\V1";
option php_metadata_namespace = "Tech\\\\Dojo\\\\Dsp\\\\V1\\\\GPBMetadata";
option ruby_package = "Tech::Dojo::Dsp::V1";
message EventKey {
Expand Down

0 comments on commit da8a0b6

Please sign in to comment.