mirror of
https://github.com/haraldh/chainerror.git
synced 2025-06-26 15:54:24 +02:00
tests: use new names
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
3ab04cca25
commit
55c16d7867
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use chainerror::ResultTrait;
|
use chainerror::Context;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_basic() {
|
fn test_basic() {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
use chainerror::ResultTrait;
|
use chainerror::Context;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::io;
|
use std::io;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue