Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
HYP-3: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n3op2 committed Nov 27, 2023
1 parent 04074a2 commit 8a3bc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/indexer/__tests__/eventProcessor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('eventProcessor', function () {
[
{
id: 1,
roles: new Map([['owner', 'emma-hydrogen-producer']]),
roles: new Map([['owner', 'heidi-hydrogen-producer']]),
metadata: new Map([
['parameters', 'a'],
['co2e', '10'],
Expand Down
2 changes: 1 addition & 1 deletion test/integration/onchain/chain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('on-chain', function () {
const extrinsic = await node.prepareRunProcess({ process: invalidProcess, inputs: [], outputs: [] })
const [transaction] = await db.insert('transaction', {
api_type: 'certificate',
transaction_type: 'initialise',
transaction_type: 'initialized',
local_id: '0f5af074-7d4d-40b4-86a5-17a2391303cb',
state: 'submitted',
hash: extrinsic.hash.toHex().slice(2),
Expand Down

0 comments on commit 8a3bc34

Please sign in to comment.