Skip to content

Commit

Permalink
✅ Update getTx test
Browse files Browse the repository at this point in the history
  • Loading branch information
andremacedopv committed Jul 28, 2023
1 parent 15dc23b commit 57fd535
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/tx_getTx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ func TestGetTx(t *testing.T) {
"label": "Get DataTypes",
"tag": "getDataTypes",
},
map[string]interface{}{
"description": "GetEvents returns the events map",
"label": "Get Events",
"tag": "getEvents",
},
map[string]interface{}{
"description": "ExecuteEvent executes an event of type 'EventCustom'",
"label": "Execute Event",
"tag": "executeEvent",
},
map[string]interface{}{
"description": "",
"label": "Read Asset",
Expand Down

0 comments on commit 57fd535

Please sign in to comment.