Skip to content

Commit

Permalink
Merge pull request #238 from sasjs/cleanup
Browse files Browse the repository at this point in the history
chore: cleanup
  • Loading branch information
allanbowe authored Jun 23, 2023
2 parents b2ec9c6 + e663763 commit 2c74626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/spec/url.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('urlOrigin', () => {
})

it('should return url origin', () => {
let url = 'https://analytium.co.uk'
let url = 'https://your-sas-server.com'

expect(urlOrigin(url)).toEqual(url)

Expand Down

0 comments on commit 2c74626

Please sign in to comment.