Skip to content

Commit

Permalink
fix verdict to clean
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree authored Apr 24, 2024
1 parent 2df78b8 commit 676da7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe("Test authentication with ResourceOwnerPasswordGrantAuthenticator", fun
const verdict = await vaas.forSha256(
"3A78F382E8E2968EC201B33178102E06DB72E4F2D1505E058A4613C1E977825C",
);
expect(verdict.verdict).to.equal("Unknown");
expect(verdict.verdict).to.equal("Clean");
});
});

Expand Down

0 comments on commit 676da7e

Please sign in to comment.