Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ing9990 committed Nov 3, 2023
1 parent 01b94ce commit 76aeab7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/test/java/sample/cafekiosk/unit/CafeKioskTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,4 @@ void create_order_with_not_open() {
.isInstanceOf(IllegalArgumentException.class)
.hasMessage("주문시간이 아닙니다. 관리자에게 문의하세요.");
}
}











}

0 comments on commit 76aeab7

Please sign in to comment.