From 119aaee2c265b693876a63de72b04c308cd3e3e2 Mon Sep 17 00:00:00 2001 From: shellyYG <69584196+shellyYG@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:41:16 +1000 Subject: [PATCH] Update README.md (#217) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4602b8f..d414d2e 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ When writing a test for this model, it will simulate the model running in `full- ```jinja {% call dbt_unit_testing.test('incremental_model', 'full refresh test') %} - {% call dbt_unit_testing.mock_ref ('model_for_incremental') %} + {% call dbt_unit_testing.mock_ref ('some_model') %} select 10 as c UNION ALL select 20 as c