accidental error with memberHelper not allowing pf;member fixed

This commit is contained in:
Aster Fialla
2026-02-22 11:52:51 -05:00
parent eb7340faf7
commit fa4ca779ee
2 changed files with 4 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ describe('MemberHelper', () => {
test.each([
[['--help']],
[['']],
[[]]
])('%s calls getMemberCommandInfo and returns expected result', async (args) => {
// Act
return memberHelper.parseMemberCommand(authorId, authorFull, args).then((result) => {