Skip to content

Commit

Permalink
fix(tests): include timestamp in handle options
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Jun 22, 2024
1 parent 2a68b96 commit b0e0f55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed test/constants.js
Empty file.
1 change: 1 addition & 0 deletions tools/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const DEFAULT_HANDLE_OPTIONS = {
Module: 'ANT',
Target: ''.padEnd(43, '1'),
From: STUB_ADDRESS,
Timestamp: Date.now(),
};

module.exports = {
Expand Down

0 comments on commit b0e0f55

Please sign in to comment.