Skip to content

Commit ae386e6

Browse files
vkuttypCopilot
andcommitted
fix: set Operations department active=FALSE to match test expectation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1d11dd2 commit ae386e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Resources/postgres_seed.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ INSERT INTO departments (name, budget, active) VALUES
7575
('Marketing', 200000.00, TRUE),
7676
('Sales', 350000.00, TRUE),
7777
('HR', 150000.00, TRUE),
78-
('Operations', 250000.00, TRUE);
78+
('Operations', 250000.00, FALSE);
7979

8080
-- 8 employees: 3 in Engineering (id=1), others distributed
8181
-- Alice Johnson is alphabetically first in dept=1 and highest paid overall

0 commit comments

Comments
 (0)