From d4f2685ce40ba4683a621a8b11ce391b4a0a9506 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 29 Jan 2021 12:30:47 -0500 Subject: Fixed typo in unit tests. --- test/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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() -- cgit v1.2.3