Skip to content

Commit 60e8700

Browse files
fix(tests): Hardcode TZ used in tests to avoid random failures
1 parent b1b42d1 commit 60e8700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/minimal_init.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ runtime plugin/plenary.vim
88
runtime plugin/nvim-treesitter.lua
99
let mapleader = ','
1010
set shada="NONE"
11+
call setenv('TZ', 'Europe/London')
1112

1213
lua << EOF
1314
require('orgmode').setup_ts_grammar()

0 commit comments

Comments
 (0)