aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
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');