diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-05 05:11:47 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-05 05:14:30 +0900 |
| commit | 2a551a05d714657d7cd3b581290054c97398e968 (patch) | |
| tree | c741d7cebe4009361043b3bb1ed350966b4a12ff /backend | |
| parent | 2fc239b3f4d49f1a257523df7c7781a2141252bf (diff) | |
| download | iosdc-japan-2025-albatross-2a551a05d714657d7cd3b581290054c97398e968.tar.gz iosdc-japan-2025-albatross-2a551a05d714657d7cd3b581290054c97398e968.tar.zst iosdc-japan-2025-albatross-2a551a05d714657d7cd3b581290054c97398e968.zip | |
feat(backend): update fixtures
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/fixtures/dev.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/fixtures/dev.sql b/backend/fixtures/dev.sql index a468d01..e8b8716 100644 --- a/backend/fixtures/dev.sql +++ b/backend/fixtures/dev.sql @@ -47,3 +47,8 @@ VALUES (5, 2), (6, 1), (6, 2); + +INSERT INTO testcases +(problem_id, stdin, stdout) +VALUES + (4, '', '42'), |
