Apply suggestions from code review

This commit is contained in:
Chris Tsang 2022-11-24 16:24:49 +08:00 committed by GitHub
parent 19b1da175d
commit 085091c7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,7 +252,6 @@ where
#[cfg(test)]
mod tests {
#[tokio::test]
async fn test_load_one() {
use crate::{
entity::prelude::*, tests_cfg::*, DbBackend, IntoMockRow, LoaderTrait, MockDatabase,
@ -294,7 +293,6 @@ mod tests {
}
#[tokio::test]
async fn test_load_many() {
use crate::{
entity::prelude::*, tests_cfg::*, DbBackend, IntoMockRow, LoaderTrait, MockDatabase,