Skip to content

Commit 34e6eb5

Browse files
committed
refactor tests
1 parent 4bef04a commit 34e6eb5

8 files changed

Lines changed: 2 additions & 2 deletions

File tree

gix-packetline/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ serde = ["dep:serde", "bstr/serde", "faster-hex/serde"]
3030

3131
[[test]]
3232
name = "async-packetline"
33-
path = "tests/async-packetline.rs"
33+
path = "tests/packetline/main-async.rs"
3434
required-features = ["async-io"]
3535

3636
[[test]]
3737
name = "blocking-packetline"
38-
path = "tests/blocking-packetline.rs"
38+
path = "tests/packetline/main-blocking.rs"
3939
required-features = ["blocking-io", "maybe-async/is_sync"]
4040

4141
[dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)