Skip to content

Commit

Permalink
fmt lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Apr 1, 2024
1 parent 951dcd0 commit d375fc1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/sqlparser_postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3416,9 +3416,8 @@ fn parse_create_single_mirror_no_options() {

#[test]
fn parse_create_eventhubs_peer() {
match pg()
.verified_stmt(
r#"CREATE PEER eventhubs_1 FROM EVENTHUBS WITH (eventhubs = '[
match pg().verified_stmt(
r#"CREATE PEER eventhubs_1 FROM EVENTHUBS WITH (eventhubs = '[
{
"subscription_id":"mysubscriptionid1",
"resource_group":"my-resource-1",
Expand All @@ -3435,9 +3434,8 @@ fn parse_create_eventhubs_peer() {
"partition_count":5,
"message_retention_in_days":2
}
]')"#
)
{
]')"#,
) {
Statement::CreatePeer {
if_not_exists: _,
peer_name: _,
Expand Down

0 comments on commit d375fc1

Please sign in to comment.