Skip to content

Commit 32c7bd5

Browse files
csmoeaesedepece
authored andcommitted
clean up 2015 in tests
1 parent 5c37fd9 commit 32c7bd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern crate witnet_core as core;
1+
use witnet_core as core;
22

33
use crate::core::greetings;
44

crypto/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern crate witnet_crypto as crypto;
1+
use witnet_crypto as crypto;
22

33
use crate::crypto::greetings;
44

data_structures/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern crate witnet_data_structures as data_structures;
1+
use witnet_data_structures as data_structures;
22

33
use crate::data_structures::greetings;
44

p2p/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern crate witnet_p2p as p2p;
1+
use witnet_p2p as p2p;
22

33
use crate::p2p::greetings;
44

storage/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern crate witnet_storage as storage;
1+
use witnet_storage as storage;
22

33
use crate::storage::greetings;
44

0 commit comments

Comments
 (0)