Skip to content

Commit

Permalink
Minor: match camel casing
Browse files Browse the repository at this point in the history
  • Loading branch information
adam.gloyne committed Sep 19, 2023
1 parent 73976cc commit e4017f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/LEGO.AsyncAPI.Bindings/Sns/Consumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public enum Protocol

public enum FilterPolicyScope
{
[Display("MessageAttributes")] MessageAttributes,
[Display("MessageBody")] MessageBody,
[Display("messageAttributes")] MessageAttributes,
[Display("messageBody")] MessageBody,
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void SnsOperationBinding_WithFilledObject_SerializesAndDeserializes()
- rugby
- football
- baseball
filterPolicyScope: MessageAttributes
filterPolicyScope: messageAttributes
rawMessageDelivery: false
redrivePolicy:
deadLetterQueue:
Expand Down

0 comments on commit e4017f6

Please sign in to comment.