Skip to content

Commit

Permalink
fix: changed name of lesson_16/Lunch folder to lunch_app for main and…
Browse files Browse the repository at this point in the history
… test folders (code-differently#558)

Co-authored-by: jjcapparell <“[email protected]>
  • Loading branch information
jjcapparell and jjcapparell authored Nov 14, 2024
1 parent f395439 commit 3607a2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.codedifferently.lesson16.lunch;
package com.codedifferently.lesson16.lunch_app;

public class InvalidCalorieException extends Exception {
public InvalidCalorieException(String message) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.codedifferently.lesson16.lunch;
package com.codedifferently.lesson16.lunch_app;

import java.util.ArrayList;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.codedifferently.lesson16.lunch;
package com.codedifferently.lesson16.lunch_app;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
Expand Down

0 comments on commit 3607a2b

Please sign in to comment.