mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-18 06:43:37 -05:00
Major refactoring
This commit is contained in:
@@ -11,7 +11,7 @@ let s:SORTED_TASKS = [
|
||||
\ ]
|
||||
|
||||
function! s:tc.test_sort_by_context()
|
||||
call self.data.visual_execute('call TodoTxtSortByDate()', 'lorem_ipsum')
|
||||
call self.data.visual_execute('call todo#txt#sort_by_date()', 'lorem_ipsum')
|
||||
call self.assert_equal(s:SORTED_TASKS, self.data.get('lorem_ipsum'))
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user