Skip to content

Commit

Permalink
Update factoryLocationAdapter.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig authored Aug 7, 2023
1 parent 5ab02dd commit d9564d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('FactoryLocationAdapter Service', () => {
expect(factoryLocation.isSshLocation).toBeTruthy();
});
it('should determine the Bitbucket-Server SSH location', () => {
const location = 'ssh://git@bitbucket-server.com:7999/~user/repo.git
const location = 'ssh://git@bitbucket-server.com:7999/~user/repo.git';

factoryLocation = new FactoryLocationAdapter(location);

Expand Down

0 comments on commit d9564d6

Please sign in to comment.