Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
(minor) Change a TX hash that was misbehaving in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raúl Kripalani committed Jun 28, 2018
1 parent 31d8420 commit 13ee810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/core/transaction.test.ts
Expand Up @@ -20,7 +20,7 @@ test('transaction: select transaction by specific hash', async () => {
test('transaction: select non-existent transaction', async () => {
const query = `
{
transaction(hash: "0x0000000000000000000000000000000000000000000000000000000000000001") {
transaction(hash: "0xdccbeb289f6630fd76fa2681837422fda9f76449653aa750d4e6b2822cf300f1") {
nonce
}
}
Expand Down

0 comments on commit 13ee810

Please sign in to comment.