Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Adair <[email protected]>
  • Loading branch information
Cruikshanks and StuAA78 authored Nov 2, 2022
1 parent 840b120 commit b48eb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/service_status.service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let ServiceStatusService // = require('../../app/services/service_status.service

describe('Service Status service', () => {
beforeEach(() => {
// These requests will remain unchanged throughout the tests. We do alter the ones to the AddressFace and the
// These requests will remain unchanged throughout the tests. We do alter the ones to the AddressFacade and the
// water-api (foreground-service) though, which is why they are defined separately in each test.
Nock('http://localhost:8020')
.get('/status')
Expand Down

0 comments on commit b48eb7e

Please sign in to comment.