Fix formatting in hover.test.ts

This commit is contained in:
Josh Gross
2023-03-16 13:33:00 -04:00
parent a960630b11
commit 950ebf7388
+1 -1
View File
@@ -13,7 +13,7 @@ export function testHoverConfig(tokenValue: string, tokenKey: string, descriptio
throw new Error("Test provider only supports string tokens");
}
expect((token ).value).toEqual(tokenValue);
expect(token.value).toEqual(tokenValue);
expect(token.definition!.key).toEqual(tokenKey);
return description;