diff --git a/packages/xrpl/test/models/utils.test.ts b/packages/xrpl/test/models/utils.test.ts index 5284c924d2..931f556e7d 100644 --- a/packages/xrpl/test/models/utils.test.ts +++ b/packages/xrpl/test/models/utils.test.ts @@ -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)