Apply suggestions from code review
This commit is contained in:
parent
19b1da175d
commit
085091c7df
@ -252,7 +252,6 @@ where
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
|
||||||
async fn test_load_one() {
|
async fn test_load_one() {
|
||||||
use crate::{
|
use crate::{
|
||||||
entity::prelude::*, tests_cfg::*, DbBackend, IntoMockRow, LoaderTrait, MockDatabase,
|
entity::prelude::*, tests_cfg::*, DbBackend, IntoMockRow, LoaderTrait, MockDatabase,
|
||||||
@ -294,7 +293,6 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
|
||||||
async fn test_load_many() {
|
async fn test_load_many() {
|
||||||
use crate::{
|
use crate::{
|
||||||
entity::prelude::*, tests_cfg::*, DbBackend, IntoMockRow, LoaderTrait, MockDatabase,
|
entity::prelude::*, tests_cfg::*, DbBackend, IntoMockRow, LoaderTrait, MockDatabase,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user