From 9ef5dac981e5636bce2c26b79d41c914f15f1c7c Mon Sep 17 00:00:00 2001 From: lcmcninch Date: Sat, 2 Nov 2024 13:36:02 -0400 Subject: [PATCH] Fix comment --- tests/test_qif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_qif.py b/tests/test_qif.py index 2b47bd0..5fe5068 100644 --- a/tests/test_qif.py +++ b/tests/test_qif.py @@ -1125,7 +1125,7 @@ def test_clear_autoswitch_ignored(qif_file_with_clear_autoswitch): def test_option_autoswitch_ignored(qif_file_with_option_autoswitch): - """Tests that `!Clear:OpitonSwitch` flag exported by Quicken + """Tests that `!Opiton:AutoSwitch` flag exported by Quicken is ignored. Relates to discussion #92.