diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-28 13:22:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-28 13:30:27 +0100 |
| commit | 2361adeb0ca77904138e3466d51c2f44cf6df613 (patch) | |
| tree | f6e7192908f99fab62061913d8a1e9d2b918414b /actualbudget_queries/tests/common/payee_names.rs | |
| parent | c7ed1e61ce2218be0b9e60577454124c4e43a366 (diff) | |
Tidier folders
Diffstat (limited to 'actualbudget_queries/tests/common/payee_names.rs')
| -rw-r--r-- | actualbudget_queries/tests/common/payee_names.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/actualbudget_queries/tests/common/payee_names.rs b/actualbudget_queries/tests/common/payee_names.rs deleted file mode 100644 index 42b6024..0000000 --- a/actualbudget_queries/tests/common/payee_names.rs +++ /dev/null @@ -1,17 +0,0 @@ -pub const PAYEE_NAMES: &[&'static str] = &[ - "Starting Balance", - "Employer Ltd", - "Tesco", -]; - -pub struct PayeeNamesDict { - pub starting_balances: &'static str, - pub employer: &'static str, - pub tesco: &'static str, -} - -pub const PAYEE_NAMES_DICT: PayeeNamesDict = PayeeNamesDict { - starting_balances: PAYEE_NAMES[0], - employer: PAYEE_NAMES[1], - tesco: PAYEE_NAMES[2], -}; |
