summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMika Viskari <miv391@gmail.com>2023-11-16 19:36:23 +0200
committerMika Viskari <miv391@gmail.com>2023-12-07 16:26:08 +0200
commit609eb8bc016bebdc698cb8bf8d8a076c5d92c9a7 (patch)
treec2637ac69c6beeb374e3bd01bc23dde3ebaf4ae1 /tests
parent56a2b143a2d8868fdbaba798b7b0145516397f48 (diff)
downloadredot-engine-609eb8bc016bebdc698cb8bf8d8a076c5d92c9a7.tar.gz
Highlight error lines in minimap
Diffstat (limited to 'tests')
-rw-r--r--tests/scene/test_text_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scene/test_text_edit.h b/tests/scene/test_text_edit.h
index 9c9ade4445..e81578a862 100644
--- a/tests/scene/test_text_edit.h
+++ b/tests/scene/test_text_edit.h
@@ -4118,7 +4118,7 @@ TEST_CASE("[SceneTree][TextEdit] setter getters") {
CHECK_FALSE(text_edit->is_drawing_spaces());
}
- SUBCASE("[TextEdit] draw minimao") {
+ SUBCASE("[TextEdit] draw minimap") {
text_edit->set_draw_minimap(true);
CHECK(text_edit->is_drawing_minimap());
text_edit->set_draw_minimap(false);