server: Switch tests to pretty_assertions

This commit is contained in:
Valentin Tolmer
2023-09-10 22:15:07 +02:00
committed by nitnelave
parent 1598f096e9
commit 134796aa9f
13 changed files with 30 additions and 3 deletions

View File

@@ -211,9 +211,10 @@ pub trait BackendHandler:
#[cfg(test)]
mod tests {
use base64::Engine;
use super::*;
use base64::Engine;
use pretty_assertions::assert_ne;
#[test]
fn test_uuid_time() {
use chrono::prelude::*;