From 2d8a4f99b3f693338bb013e74e024046f8919ba4 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 25 Sep 2023 23:40:24 -0700 Subject: [PATCH] asdf --- tests/unit/config/test_subscription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/config/test_subscription.py b/tests/unit/config/test_subscription.py index 10d7886e..e2631e66 100644 --- a/tests/unit/config/test_subscription.py +++ b/tests/unit/config/test_subscription.py @@ -147,7 +147,7 @@ def test_subscription_file_value_applies_from_config( ) assert len(subs) == 2 - # Test __value__ worked correctly + # Test __value__ worked correctly from the config value_sub = subs[1] assert value_sub.name == "test_value" assert (