Skip to content

Commit

Permalink
Update packages/xrpl/test/models/utils.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Omar Khan <khancodegt@gmail.com>
  • Loading branch information
achowdhry-ripple and khancode authored Jan 16, 2025
1 parent fb67a10 commit eb98875
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('all flags not set', function () {
it('no flags set', function () {
const parsed = parseAccountRootFlags(0)

assert.isUndefined(parsed.lsfDefaultRipple)
Expand Down

0 comments on commit eb98875

Please sign in to comment.