Skip to content

Commit

Permalink
mockk#510 | Refactor method in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulam committed Oct 15, 2020
1 parent 63a2ce7 commit 893192d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mockk/common/src/test/kotlin/io/mockk/gh/Issue510Test.kt
Expand Up @@ -9,12 +9,8 @@ class Issue510Test {

class ShopService {

fun buyProducts(products: List<Product>) {
println("You bought...")
}

fun addProductAndOrders(products: List<Product>, orders: List<Order>) {
println("Add and orders...")
println("Products $products and orders $orders")
}
}

Expand Down

0 comments on commit 893192d

Please sign in to comment.