test all the error codes that can be throw in the settings

This commit is contained in:
Tamo 2023-01-10 18:19:27 +01:00
parent 98dffbf213
commit 398c0c32cd
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 192 additions and 0 deletions

View file

@ -1,2 +1,3 @@
mod distinct;
mod errors;
mod get_settings;