about summary refs log tree commit diff stats
path: root/source_text_tests.lua
diff options
context:
space:
mode:
Diffstat (limited to 'source_text_tests.lua')
-rw-r--r--source_text_tests.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/source_text_tests.lua b/source_text_tests.lua
index 6376ec8..b8f29d1 100644
--- a/source_text_tests.lua
+++ b/source_text_tests.lua
@@ -16,7 +16,7 @@ function test_initial_state()
 end
 
 function test_click_to_create_drawing()
-  App.screen.init{width=120, height=60}
+  App.screen.init{width=800, height=600}
   Editor_state = edit.initialize_test_state()
   Editor_state.lines = load_array{}
   Text.redraw_all(Editor_state)