Skip to content

Commit

Permalink
chore(test): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Nov 14, 2024
1 parent 3df1697 commit f4e59c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function ant.init()
ReassignName = "Reassign-Name",
CreateClaim = "Create-Primary-Name-Claims",
RevokeClaims = "Revoke-Primary-Name-Claims",
RemovePrimaryNames = "Remove-Primary-Name-Claims",
RemovePrimaryNames = "Remove-Primary-Names",
}

local TokenSpecActionMap = {
Expand Down
3 changes: 3 additions & 0 deletions test/info.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ describe('aos Info', async () => {
'state',
'releaseName',
'reassignName',
'createPrimaryNameClaims',
'revokePrimaryNameClaims',
'removePrimaryNames',
]);
});

Expand Down

0 comments on commit f4e59c7

Please sign in to comment.