tests: use new names

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2023-07-28 16:20:55 +02:00
parent 3ab04cca25
commit 55c16d7867
Signed by: harald
GPG key ID: 900F3C4971086004
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use chainerror::ResultTrait;
use chainerror::Context;
#[test]
fn test_basic() {

View file

@ -1,4 +1,4 @@
use chainerror::ResultTrait;
use chainerror::Context;
use std::error::Error;
use std::io;