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

Unit test bug #1

Open
xiperware opened this issue Dec 9, 2015 · 0 comments
Open

Unit test bug #1

xiperware opened this issue Dec 9, 2015 · 0 comments

Comments

@xiperware
Copy link

https://github.com/LedgerHQ/ledger-dotnet-api/blob/master/LedgerWallet.Tests/Class1.cs#L158

        Assert.NotNull(ex.Status.SW == 0x6FAA);
        Assert.NotNull(ex.Status.InternalSW == 0x00AA);

should be Assert.True()?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant