Skip to content

Commit

Permalink
fix: ffi tests (#4713)
Browse files Browse the repository at this point in the history
Description
---
Fix ffi cucumber test.

How Has This Been Tested?
---
Running ffi cucumber locally.
  • Loading branch information
Cifko authored Sep 21, 2022
1 parent 595e334 commit 4551ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/helpers/ffi/ffiInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ class InterfaceFFI {
this.ptr,
this.ptr,
this.ulonglong,
this.ptr,
this.ulonglong,
this.string,
this.bool,
Expand Down Expand Up @@ -1455,6 +1456,7 @@ class InterfaceFFI {
ptr,
destination,
amount,
null,
fee_per_gram,
message,
one_sided,
Expand Down

0 comments on commit 4551ac3

Please sign in to comment.