You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/05/14 21:23:07 UTC

[beam] branch master updated: Clarifies an error message in Katas to explain what is actually wrong. (#11705)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e9ecb7  Clarifies an error message in Katas to explain what is actually wrong. (#11705)
0e9ecb7 is described below

commit 0e9ecb7ec255250094f0504c9db6f6b61daa17b9
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Thu May 14 14:22:51 2020 -0700

    Clarifies an error message in Katas to explain what is actually wrong. (#11705)
---
 learning/katas/python/test_helper.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/learning/katas/python/test_helper.py b/learning/katas/python/test_helper.py
index 4959711..fe54742 100644
--- a/learning/katas/python/test_helper.py
+++ b/learning/katas/python/test_helper.py
@@ -149,7 +149,8 @@ def test_text_equals(text, error_text):
         failed(error_text)
 
 
-def test_answer_placeholders_text_deleted(error_text="Don't just delete task text"):
+def test_answer_placeholders_text_deleted(
+        error_text="Solution has empty answer prompt(s)."):
     """
         Checks that all answer placeholders are not empty
     """