From e3cecf68585e6d8503c3f159d63f1423b14d2145 Mon Sep 17 00:00:00 2001 From: Michael Myaskovsky Date: Tue, 7 Apr 2026 07:37:56 +0000 Subject: [PATCH] fix: remove trailing dot from empty_for_volume_test description --- models/schema.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/models/schema.yml b/models/schema.yml index ff0e323b3..8bd9685a3 100644 --- a/models/schema.yml +++ b/models/schema.yml @@ -99,3 +99,8 @@ models: - name: gift_card_amount description: Amount of the order (AUD) paid for by gift card + + - name: empty_for_volume_test + description: Intentionally empty model for volume test that always fails + config: + tags: ["volume_test"]