Fix type-3 test typo
Change-Id: I1afca329e0307039b141948fb802f0cdab6c4904
diff --git a/tests/test-type-3.sh b/tests/test-type-3.sh
index 04f1e42..8a8710e 100755
--- a/tests/test-type-3.sh
+++ b/tests/test-type-3.sh
@@ -44,9 +44,9 @@
assert_contain "$observed" "Zusammenhang"
if [ "$?" == 0 ]; then
- log_success "neighbours of Grund contain Reaktion"
+ log_success "neighbours of Grund contain Zusammenhang"
else
- log_failure "neighbours of Grund should contain Reaktion"
+ log_failure "neighbours of Grund should contain Zusammenhang"
fi
assert_not_contain "$observed" "gestern"