aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-08 19:09:02 +0900
committernsfisis <nsfisis@gmail.com>2024-08-08 19:09:02 +0900
commit716455fedda82300251c8bcec50c526cf5bccd71 (patch)
treed6fc8af37d7166c5deab4c7f975d5888df354917 /backend
parenta062af23b2e72c38b667e969652aefcf2238dc1b (diff)
downloadiosdc-japan-2025-albatross-716455fedda82300251c8bcec50c526cf5bccd71.tar.gz
iosdc-japan-2025-albatross-716455fedda82300251c8bcec50c526cf5bccd71.tar.zst
iosdc-japan-2025-albatross-716455fedda82300251c8bcec50c526cf5bccd71.zip
chore(backend): update fixtures
Diffstat (limited to 'backend')
-rw-r--r--backend/fixtures/dev.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/fixtures/dev.sql b/backend/fixtures/dev.sql
index 89f709a..2daa8f5 100644
--- a/backend/fixtures/dev.sql
+++ b/backend/fixtures/dev.sql
@@ -54,5 +54,6 @@ VALUES
INSERT INTO testcases
(problem_id, stdin, stdout)
VALUES
+ (1, '', '42'),
(4, '', '42'),
(7, '', '42');