Skip to content

Commit 377aac6

Browse files
liskintbabej
authored andcommitted
tests: Do not load vimwiki/taskwiki twice in TestSelectAfterBufferSwitch
This was forgotten in 7d5b902. (Found when writing the test in the previous commit.)
1 parent d66a7b5 commit 377aac6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_selected.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,6 @@ class TestSelectAfterBufferSwitch(IntegrationTest):
13231323
def execute(self):
13241324
self.command('w', silent=False)
13251325
self.command('split testwiki2.txt', silent=False)
1326-
self.command('set filetype=vimwiki')
13271326
self.command('q!')
13281327
self.client.normal('1gg')
13291328
self.command("TaskWikiMod project:Home", regex="Modified 1 task.")

0 commit comments

Comments
 (0)