From b3e7070b84a01aabc8d7828d18e430cfcaa0740a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 13 Nov 2024 14:32:29 +0000 Subject: [PATCH] Update tests, function moved. --- tests/test_agenda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_agenda.py b/tests/test_agenda.py index 51d6643..35b3102 100644 --- a/tests/test_agenda.py +++ b/tests/test_agenda.py @@ -5,7 +5,6 @@ from decimal import Decimal import pytest from agenda import ( - get_gbpusd, get_next_bank_holiday, get_next_timezone_transition, next_economist, @@ -14,6 +13,7 @@ from agenda import ( timedelta_display, uk_financial_year_end, ) +from agenda.fx import get_gbpusd @pytest.fixture