Skip to content

Commit

Permalink
#000: Manish | Himanshu : fix contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish3323 committed Feb 1, 2022
1 parent a7bc7f0 commit 5e04ec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/contract/response.models.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ const commandDecoders: Record<string, Decoder<any>> = {
Result: ResultD,
KeyType: keyTagDecoder,
UTCTime: UTCTimeD,
TAITime: TAITimeD
TAITime: TAITimeD,
OperationalState: D.id()
}

const locationDecoders: Record<string, Decoder<any>> = {
Expand Down

0 comments on commit 5e04ec2

Please sign in to comment.