Skip to content

Commit

Permalink
Remove redundant period from test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt authored Aug 16, 2021
1 parent 030b96b commit 66bcbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@ describe('TypedDataUtils.eip712Hash', function () {
);
});

it('should hash a typed message with a domain separator that uses all fields.', function () {
it('should hash a typed message with a domain separator that uses all fields', function () {
const hash = sigUtil.TypedDataUtils.eip712Hash(
{
types: {
Expand Down

0 comments on commit 66bcbbe

Please sign in to comment.