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