Skip to content

Commit d375fc1

Browse files
fmt lint
1 parent 951dcd0 commit d375fc1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/sqlparser_postgres.rs

+4-6
Original file line numberDiff line numberDiff line change
@@ -3416,9 +3416,8 @@ fn parse_create_single_mirror_no_options() {
34163416

34173417
#[test]
34183418
fn parse_create_eventhubs_peer() {
3419-
match pg()
3420-
.verified_stmt(
3421-
r#"CREATE PEER eventhubs_1 FROM EVENTHUBS WITH (eventhubs = '[
3419+
match pg().verified_stmt(
3420+
r#"CREATE PEER eventhubs_1 FROM EVENTHUBS WITH (eventhubs = '[
34223421
{
34233422
"subscription_id":"mysubscriptionid1",
34243423
"resource_group":"my-resource-1",
@@ -3435,9 +3434,8 @@ fn parse_create_eventhubs_peer() {
34353434
"partition_count":5,
34363435
"message_retention_in_days":2
34373436
}
3438-
]')"#
3439-
)
3440-
{
3437+
]')"#,
3438+
) {
34413439
Statement::CreatePeer {
34423440
if_not_exists: _,
34433441
peer_name: _,

0 commit comments

Comments
 (0)