mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
9 lines
194 B
YAML
9 lines
194 B
YAML
models:
|
|
- name: _utils
|
|
columns:
|
|
- name: udf_introspect
|
|
tests:
|
|
- test_udf:
|
|
args: "'hello'"
|
|
assertions:
|
|
- result = 'hello' |