Skip to content

Commit

Permalink
rename a test per pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
achowdhry-ripple committed Jan 16, 2025
1 parent 5a77c62 commit 127e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xrpl/test/models/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Models Utils', function () {
)
})

it('parseAccountFlags all false', function () {
it('all flags not set', function () {
const parsed = parseAccountRootFlags(0)

assert.isUndefined(parsed.lsfDefaultRipple)
Expand Down

0 comments on commit 127e216

Please sign in to comment.