Skip to content

Use () in integration tests for functions that return null #256

Closed
@tcharding

Description

@tcharding

For all the null returning client functions, use an explicit () so its super obvious and so we cannot change the client function without breaking the test.

eg

    let _: () = node.client.import_address(&addr).expect("importaddress");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions