mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 03:07:13 +00:00
15 lines
326 B
YAML
15 lines
326 B
YAML
models:
|
|
- name: utils
|
|
columns:
|
|
- name: udf_json_rpc_call
|
|
tests:
|
|
- test_udf:
|
|
args: "'foo', [], 1"
|
|
expected: >
|
|
{
|
|
'jsonrpc': '2.0',
|
|
'method': 'foo',
|
|
'params': [],
|
|
'id': '1'
|
|
}
|