Skip to content

Commit a6f33b4

Browse files
Update src/helper-modules/ordnance-survey/ordnance-survey.service.test.ts
Co-authored-by: oscar-richardson-softwire <116292912+oscar-richardson-softwire@users.noreply.github.com>
1 parent e1ecd0d commit a6f33b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper-modules/ordnance-survey/ordnance-survey.service.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('OrdnanceSurveyService', () => {
6262
expectedUrlQueryPart: '?postcode=W1A1AA',
6363
},
6464
])('test postcode $postcode', ({ postcode, expectedUrlQueryPart }) => {
65-
it('call Ordnance Survey with the correct arguments', async () => {
65+
it('calls Ordnance Survey with the correct arguments', async () => {
6666
const expectedPath = `${basePath}${expectedUrlQueryPart}&lr=EN&key=${encodeURIComponent(testKey)}`;
6767
const expectedHttpServiceGetArgs: [string, object] = [expectedPath, { headers: { 'Content-Type': 'application/json' } }];
6868

0 commit comments

Comments
 (0)