diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-25 15:00:38 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-25 15:00:38 +0200 |
| commit | 5f25180b3d79d9a03952217cd77a16601ae0a6d0 (patch) | |
| tree | 2f06334f7d1ad7728c145143e7cbf86a72b24e0e /tests/administration_rw_tests.cpp | |
| parent | ebefd3d10af8d79e765030c263aa560cbb6420d2 (diff) | |
refactor tax rate loading
Diffstat (limited to 'tests/administration_rw_tests.cpp')
| -rw-r--r-- | tests/administration_rw_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/administration_rw_tests.cpp b/tests/administration_rw_tests.cpp index 224a689..794c12a 100644 --- a/tests/administration_rw_tests.cpp +++ b/tests/administration_rw_tests.cpp @@ -33,7 +33,7 @@ TEST _administration_rw_taxrate(void) strops::copy(pw.tax_sections[pw.tax_section_count++], "NL/1a", MAX_LEN_SHORT_DESC); count = administration::tax_rate_count(); - administration::tax_rate_add(pw); + administration::tax_rate_enable(pw); ASSERT_EQ(count+1, administration::tax_rate_count()); } |
