aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 12:30:47 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 12:30:47 -0500
commitd4f2685ce40ba4683a621a8b11ce391b4a0a9506 (patch)
treed715df95f92940d919ab399c68ea874ad33bf898 /test
parente10c5a301aa738a5863f9a3c90459bc0c46a2e18 (diff)
Fixed typo in unit tests.
Diffstat (limited to 'test')
-rw-r--r--test/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua
index 14811e65..b95167c7 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -2850,7 +2850,7 @@ end
function test_history_print_buffer()
local tabs = ui.tabs
ui.tabs = true
- ui.print('hi')
+ ui.print('foo')
textadept.history.back()
assert(buffer._type ~= _L['[Message Buffer]'])
textadept.history.forward()