Skip to content

Commit

Permalink
purposeが空だと400を返すというテストを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Nov 8, 2023
1 parent d573e5f commit 9d1a7ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions router/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ func TestPostLogs(t *testing.T) {
DueDate: "2000-02-16",
Count: 1,
},
{
OwnerID: trap.ID,
Type: 0,
Purpose: "",
DueDate: "2000-02-16",
Count: 1,
},
{
OwnerID: trap.ID,
Type: 0,
Expand Down

0 comments on commit 9d1a7ed

Please sign in to comment.