Skip to content

Commit

Permalink
update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jun 12, 2024
1 parent f0461d4 commit 79f62be
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/lib/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@ test('list', async () => {
],
"relationships": [
{
"constraint_name": "user_details_user_id_fkey",
"source_column_name": "user_id",
"constraint_name": "todos_user-id_fkey",
"source_column_name": "user-id",
"source_schema": "public",
"source_table_name": "user_details",
"source_table_name": "todos",
"target_column_name": "id",
"target_table_name": "users",
"target_table_schema": "public",
},
{
"constraint_name": "todos_user-id_fkey",
"source_column_name": "user-id",
"constraint_name": "user_details_user_id_fkey",
"source_column_name": "user_id",
"source_schema": "public",
"source_table_name": "todos",
"source_table_name": "user_details",
"target_column_name": "id",
"target_table_name": "users",
"target_table_schema": "public",
Expand Down Expand Up @@ -178,19 +178,19 @@ test('list without columns', async () => {
],
"relationships": [
{
"constraint_name": "user_details_user_id_fkey",
"source_column_name": "user_id",
"constraint_name": "todos_user-id_fkey",
"source_column_name": "user-id",
"source_schema": "public",
"source_table_name": "user_details",
"source_table_name": "todos",
"target_column_name": "id",
"target_table_name": "users",
"target_table_schema": "public",
},
{
"constraint_name": "todos_user-id_fkey",
"source_column_name": "user-id",
"constraint_name": "user_details_user_id_fkey",
"source_column_name": "user_id",
"source_schema": "public",
"source_table_name": "todos",
"source_table_name": "user_details",
"target_column_name": "id",
"target_table_name": "users",
"target_table_schema": "public",
Expand Down

0 comments on commit 79f62be

Please sign in to comment.