Skip to content

Commit

Permalink
Fix JavaScript event notification test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
micbou committed Nov 28, 2017
1 parent 7801066 commit 4ebb5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ycmd/tests/javascript/event_notification_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@ def EventNotification_OnFileReadyToParse_UseGlobalConfig_test( app, *args ):
debug_info[ 'completer' ][ 'servers' ][ 0 ][ 'extras' ],
contains( has_entries( {
'key': 'configuration file',
'value': os.path.expanduser( '~/.tern-config' )
'value': os.path.join( os.path.expanduser( '~' ), '.tern-config' )
} ) )
)

0 comments on commit 4ebb5da

Please sign in to comment.