diff --git a/README.md b/README.md index 716925d..61b4f5e 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ Use multiple parameters to test all variations. @Test fun drinkSoda( soda: String = burstValues("Pepsi", "Coke"), - ice: Boolean = true, - distribution: Distribution = Distribution.Can, + ice: Boolean, + distribution: Distribution, ) { ... }