Skip to content

Commit

Permalink
Fix: orthography issue
Browse files Browse the repository at this point in the history
  • Loading branch information
helisfreitas authored Oct 4, 2024
1 parent 3854b13 commit 6935d83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void shouldFindByIdDishesFromRestaurant() {

@Test
@DataSet(value = "/DishResourcesIT/dishes-scenario-2.yml")
@ExpectedDataSet(value = "/DishResourcesIt/dishes-scenario-1.yml")
@ExpectedDataSet(value = "/DishResourcesIT/dishes-scenario-1.yml")
@Transactional
void shouldDeleteByIdDishesFromRestaurant() {

Expand All @@ -75,7 +75,7 @@ void shouldDeleteByIdDishesFromRestaurant() {

@Test
@DataSet(value = "/DishResourcesIT/dishes-scenario-1.yml")
@ExpectedDataSet(value = "/DishResourcesIt/dishes-scenario-2.yml")
@ExpectedDataSet(value = "/DishResourcesIT/dishes-scenario-2.yml")
@Transactional
void shouldCreateDishesFromRestaurant() {
DishRequest request = new DishRequest();
Expand Down

0 comments on commit 6935d83

Please sign in to comment.