Skip to content

Commit

Permalink
Test | CAKK-54 | Test 관련 Sql 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomment committed Aug 26, 2024
1 parent c31270b commit 9c574cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cakk-api/src/test/resources/sql/insert-cake.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ values (1, 1, 0, '10:00:00', '22:00:00', now(), now()),
insert into cake (cake_id, shop_id, cake_image_url, heart_count, created_at, updated_at)
values (1, 1, 'cake_image_url1', 0, now(), now()),
(2, 1, 'cake_image_url2', 0, now(), now()),
(3, 1, 'cake_image_url3', 0, now(), now()),
(3, 1, 'cake_image_url3', 1, now(), now()),
(4, 2, 'cake_image_url4', 0, now(), now()),
(5, 2, 'cake_image_url5', 0, now(), now()),
(6, 2, 'cake_image_url6', 0, now(), now()),
Expand Down

0 comments on commit 9c574cf

Please sign in to comment.