Skip to content

Commit

Permalink
fix(tests): bad plan
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez-bgeo committed Aug 26, 2024
1 parent f3fe786 commit 989f5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/upsert/ud/test_cat.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET client_min_messages TO WARNING;

SET search_path = "SCHEMA_NAME", public, pg_catalog;

SELECT plan(4);
SELECT plan(8);

-- Subtest 1: Testing cat_work operations | insert/update/delete
INSERT INTO cat_work (id, descript, link, workid_key1, workid_key2, builtdate, workcost, active)
Expand Down

0 comments on commit 989f5ed

Please sign in to comment.