Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Oct 4, 2024
1 parent 1ed9994 commit d896e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/x/clob/e2e/permissioned_keys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestPlaceOrder_PermissionedKeys_Failures(t *testing.T) {
constants.Order_Bob_Num0_Id11_Clob1_Buy5_Price40_GTB20.OrderId: false,
},
},
"Txn has authenticators specified, but they are not found": {
"Txn has authenticators specified, but authenticator is not found": {
smartAccountEnabled: true,
blocks: []TestBlockWithMsgs{
{
Expand Down Expand Up @@ -116,7 +116,7 @@ func TestPlaceOrder_PermissionedKeys_Failures(t *testing.T) {
constants.Order_Bob_Num0_Id11_Clob1_Buy5_Price40_GTB20.OrderId: false,
},
},
"Txn has authenticators specified, but it was removed": {
"Txn has authenticators specified, but authenticator was removed": {
smartAccountEnabled: true,
blocks: []TestBlockWithMsgs{
{
Expand Down

0 comments on commit d896e98

Please sign in to comment.