From 8d85156db72901651f6ab0501c51fead7d931d40 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Fri, 21 Nov 2014 10:39:42 +0800 Subject: [PATCH] MDL-48302 behat: Reverted temp fix added by MDL-48251 --- .../activity_modules/tests/behat/block_activity_modules.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/activity_modules/tests/behat/block_activity_modules.feature b/blocks/activity_modules/tests/behat/block_activity_modules.feature index 0bf0c45fd4f..3eefd4e5742 100644 --- a/blocks/activity_modules/tests/behat/block_activity_modules.feature +++ b/blocks/activity_modules/tests/behat/block_activity_modules.feature @@ -92,8 +92,8 @@ Feature: Block activity modules | activity | name | intro | course | idnumber | | assign | Test assignment name | Test assignment description | C1 | assign1 | | book | Test book name | Test book description | C1 | book1 | - | choice | Test choice name | Test choice description | C1 | choice1 | | chat | Test chat name | Test chat description | C1 | chat1 | + | choice | Test choice name | Test choice description | C1 | choice1 | | data | Test database name | Test database description | C1 | data1 | | feedback | Test feedback name | Test feedback description | C1 | feedback1 | | folder | Test folder name | Test folder description | C1 | folder1 | -- 2.43.0