Skip to content

Commit

Permalink
Add meta fields to test
Browse files Browse the repository at this point in the history
  • Loading branch information
george-dorin committed Nov 13, 2024
1 parent 0efa3be commit b039e3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/services/job/job_orm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,9 @@ func TestORM_CreateJob_OCR2_With_DualTransmission(t *testing.T) {
[relayConfig.dualTransmission]
contractAddress = '0x613a38AC1659769640aaE063C651F48E0250454C'
transmitterAddress = '%s'
[relayConfig.dualTransmission.meta]
key1 = 'val1'
key2 = ['val2','val3']
`,
dtTransmitterAddress.Address.String())

Expand Down

0 comments on commit b039e3a

Please sign in to comment.