Skip to content

Commit 5846216

Browse files
fix: testdata fixture
1 parent 44127b8 commit 5846216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
INSERT INTO workspace_agent_script_timings (script_id, display_name, started_at, ended_at, exit_code, stage, timed_out)
1+
INSERT INTO workspace_agent_script_timings (script_id, started_at, ended_at, exit_code, stage, timed_out)
22
VALUES
3-
((SELECT id FROM workspace_agent_scripts LIMIT 1), 'Startup Script', NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0, 'start', false);
3+
((SELECT id FROM workspace_agent_scripts LIMIT 1), NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0, 'start', false);

0 commit comments

Comments
 (0)