From c8e6215b7925fc0b1d871ad105cf76593d47cc35 Mon Sep 17 00:00:00 2001 From: Jerome De Almeida Date: Wed, 29 Jun 2016 12:50:27 +0200 Subject: [PATCH] fix bug amv put --- features/amv.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/amv.feature b/features/amv.feature index a1194b2..b95d3d4 100755 --- a/features/amv.feature +++ b/features/amv.feature @@ -61,5 +61,5 @@ Examples: | 1 | 1 | 1 | 1 | 1 | 1 | 1 | true | | 1 | 1 | 1 | 1 | 1 | 2 | 0 | false | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | false | - | 1 | 1 | 1 | 1 | 2 | 3 | 0 | false | + | 1 | 1 | 1 | 1 | 2 | 3 | 0 | true | | 1 | 1 | 1 | 1 | 2 | 3 | 1 | false |