Skip to content

Commit 579c5cc

Browse files
committed
chore: fix json formatting for pg fixtures
1 parent a7cb8cf commit 579c5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/pg/test/fixtures/sql_table_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
},
5858
{
5959
"name": "merge",
60-
"sql": "MERGE into test_table using other_table on other_table.id = test_table.id WHEN matched then update set x = test_table.x + 1 when not matched then insert (id,x,status) values (other_table.id,other_table.x,other_table.status); "
60+
"sql": "MERGE into test_table using other_table on other_table.id = test_table.id WHEN matched then update set x = test_table.x + 1 when not matched then insert (id,x,status) values (other_table.id,other_table.x,other_table.status)"
6161
}
6262
]

0 commit comments

Comments
 (0)