mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-30 16:46:42 +01:00
tests: use new names
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
3ab04cca25
commit
55c16d7867
|
@ -1,4 +1,4 @@
|
|||
use chainerror::ResultTrait;
|
||||
use chainerror::Context;
|
||||
|
||||
#[test]
|
||||
fn test_basic() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use chainerror::ResultTrait;
|
||||
use chainerror::Context;
|
||||
use std::error::Error;
|
||||
use std::io;
|
||||
|
||||
|
|
Loading…
Reference in a new issue