Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenoClaus authored and blenohclaus committed May 19, 2024
1 parent 97e24f8 commit 4251a20
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.fiap.stock.adapter.controller

class ComponentControllerTest {
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fiap.stock.application.controller
package com.fiap.stock.adapter.controller

import com.fiap.stock.adapter.controller.MenuController
import com.fiap.stock.domain.valueobjects.ProductCategory
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.fiap.stock.adapter.controller

class ProductControllerTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.fiap.stock.adapter.controller

class StockControllerTest {
}

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 4251a20

Please sign in to comment.