Skip to content

Implement some ledger_entry methods #15

Implement some ledger_entry methods

Implement some ledger_entry methods #15

Triggered via push February 29, 2024 16:11
Status Failure
Total duration 47s
Artifacts

elixir.yml

on: push
Build and test
37s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Build and test: test/ledger_entry_test.exs#L82
test offer/2 returns offer by sending offer object (XRPLTest.LedgerEntryTest)
Build and test: test/ledger_entry_test.exs#L50
test directory_node/2 search by directory using string object ID (XRPLTest.LedgerEntryTest)
Build and test: test/ledger_entry_test.exs#L73
test offer/2 returns offer by sending an ledger entry ID (XRPLTest.LedgerEntryTest)
Build and test
Process completed with exit code 2.
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead