Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasimir committed Oct 23, 2023
1 parent 91dd349 commit 776d0a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('Authentication Handler', function () {
expect(res.errors).to.equal(undefined);
});

it.only('should return an error if the connection string has no username and the password is being set to not empty', function () {
it('should return an error if the connection string has no username and the password is being set to not empty', function () {
const res = handleUpdatePassword({
action: {
type: 'update-password',
Expand Down

0 comments on commit 776d0a4

Please sign in to comment.