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 committed Aug 16, 2021
1 parent 030b96b commit 42c0e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`TypedDataUtils.eip712Hash V3 should hash a minimal valid typed message 1`] = `"8d4a3f4082945b7879e2b55f181c31a77c8c0a464b70669458abbaaf99de4c38"`;

exports[`TypedDataUtils.eip712Hash V3 should hash a typed message with a domain separator that uses all fields. 1`] = `"122d1c8ef94b76dad44dcb03fa772361e20855c63311a15d5afe02d1b38f6077"`;
exports[`TypedDataUtils.eip712Hash V3 should hash a typed message with a domain separator that uses all fields 1`] = `"122d1c8ef94b76dad44dcb03fa772361e20855c63311a15d5afe02d1b38f6077"`;

exports[`TypedDataUtils.eip712Hash V3 should hash a typed message with data 1`] = `"122d1c8ef94b76dad44dcb03fa772361e20855c63311a15d5afe02d1b38f6077"`;

Expand Down
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 42c0e66

Please sign in to comment.