Skip to content

Commit

Permalink
chore: Update url.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
allanbowe authored Jun 23, 2023
1 parent 279562a commit e663763
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://sas.4gl.io'
let url = 'https://your-sas-server.com'

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

Expand Down

0 comments on commit e663763

Please sign in to comment.