Skip to content

Commit

Permalink
test(LoginStragety): trying to run the full suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhender committed Jan 15, 2025
1 parent 300f00a commit c2b2f54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/LoginStrategy.eip191token.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ afterAll(async () => {
await asyncStop();
});

xit('Verifies asset authentication', async () => {
it('Verifies asset authentication', async () => {
// Register an asset
const assetAddress = await iam.assetService?.registerAsset();
assert.exists(assetAddress);
Expand Down Expand Up @@ -179,8 +179,7 @@ xit('Verifies asset authentication', async () => {
connection.close();
});

// eslint-disable-next-line no-only-tests/no-only-tests
it.only('Should authenticate issuer signature', async () => {
it('Should authenticate issuer signature', async () => {
const { loginStrategy } = preparePassport(
provider,
ensResolver.address,
Expand Down

0 comments on commit c2b2f54

Please sign in to comment.