forked from jmug/stoatchat
refactor: clean up clippy warnings
This commit is contained in:
@@ -15,6 +15,9 @@ redis-is-patched = []
|
||||
# Async
|
||||
async-std = { version = "1.8.0", features = ["attributes"] }
|
||||
|
||||
# Config for loading Redis URI
|
||||
revolt-config = { version = "0.8.7", path = "../config" }
|
||||
|
||||
[dependencies]
|
||||
# Utility
|
||||
log = "0.4.17"
|
||||
|
||||
@@ -197,6 +197,8 @@ mod tests {
|
||||
|
||||
#[async_std::test]
|
||||
async fn it_works() {
|
||||
revolt_config::config().await;
|
||||
|
||||
// Clear the region before we start the tests:
|
||||
clear_region(None).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user