diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:37:43 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:37:43 +0200 |
commit | e0dda838a0cffd6b1f4fd3706e75537c1906b5ec (patch) | |
tree | 9d45fa7413700acef68896983e702b7a0ec85ca3 /tests | |
parent | f2352f6e189fc1a40836957e39f5243b9d826521 (diff) |
Fix errors returned from travis job
Diffstat (limited to 'tests')
-rw-r--r-- | tests/behat/backup_and_restore.feature | 1 | ||||
-rw-r--r-- | tests/behat/export.feature | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/behat/backup_and_restore.feature b/tests/behat/backup_and_restore.feature index 57c2423..5512934 100644 --- a/tests/behat/backup_and_restore.feature +++ b/tests/behat/backup_and_restore.feature @@ -41,4 +41,3 @@ Feature: Test duplicating a quiz containing an Algebra question | id_answer_0 | 7*x | | id_fraction_0 | 100% | | id_feedback_0 | This is a very good answer. | - diff --git a/tests/behat/export.feature b/tests/behat/export.feature index 1c7435b..10057ff 100644 --- a/tests/behat/export.feature +++ b/tests/behat/export.feature @@ -1,5 +1,5 @@ @qtype @qtype_algebra -Feature: Test exporting Short answer questions +Feature: Test exporting Algebra questions As a teacher In order to be able to reuse my Algebra questions I need to export them |