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