Skip to content

Commit

Permalink
getCheckForToolUpdatesConfig tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Oct 13, 2023
1 parent 7b7658a commit b6ea2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gopls/update.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ suite('getCheckForToolUpdatesConfig tests', () => {
assert.deepStrictEqual(
{ key, defaultValue, globalValue, workspaceValue },
{
key: `go.${CHECK_FOR_UPDATES}`,
key: `gop.${CHECK_FOR_UPDATES}`,
defaultValue: 'proxy',
globalValue: undefined,
workspaceValue: undefined
Expand Down

0 comments on commit b6ea2b9

Please sign in to comment.