Skip to content

Commit

Permalink
Fix test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbmclaughlin committed Dec 17, 2024
1 parent 29f479d commit 2885706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/lib/bing-results-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ experiment('bingResultsParser', () => {
]
checkParsedResponse(resources, stubGetEngland, expectedResult)
})
test('welsh reserved county location search should return empty result', async () => {
test('welsh preserved county location search should return empty result', async () => {
const resources = [
{
__type: 'Location:http://schemas.microsoft.com/search/local/ws/rest/v1',
Expand Down

0 comments on commit 2885706

Please sign in to comment.