Skip to content

Commit

Permalink
test: update error message thrown when violating not-null constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Dec 10, 2021
1 parent 244b4d8 commit 25982f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ select throws_ok(
$$
update mock_schema.mock_form_change set change_status = 'test_committed' where id = 2
$$,
'null value in column "required_col" violates not-null constraint'
'null value in column "required_col" of relation "mock_table" violates not-null constraint'
);

-- inserts with default value if data is missing
Expand Down

0 comments on commit 25982f1

Please sign in to comment.