Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Aug 24, 2024
1 parent 437d71e commit 55c2877
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/arroyo-formats/src/proto/test/protos/orders.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ message Order {
PaymentDetails payment = 7;
proto_common.Address shipping_address = 8;
proto_common.Address billing_address = 9;
google.protobuf.Timestamp order_date = 10;
}

// Represents an item in the order.
Expand All @@ -31,4 +30,3 @@ message PaymentDetails {
}

import "address.proto";
import "google/protobuf/timestamp.proto";

0 comments on commit 55c2877

Please sign in to comment.