mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 13:47:19 +00:00
b4c0fcfaad
It helps us to keep the index clean and ordered. When some new RPC binding test should be added, we don't need to search for a suitable place for it. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
8 lines
No EOL
147 B
YAML
8 lines
No EOL
147 B
YAML
name: Test undeclared event
|
|
events:
|
|
- name: SomeEvent
|
|
parameters:
|
|
- name: p1
|
|
type: String
|
|
- name: p2
|
|
type: String |