Skip to content

Commit

Permalink
test: fix testing category slug (#5953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Aug 26, 2023
1 parent b45f583 commit fb3028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://tokio.rs"
description = """
Testing utilities for Tokio- and futures-based code
"""
categories = ["asynchronous", "testing"]
categories = ["asynchronous", "development-tools::testing"]

[dependencies]
tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] }
Expand Down

0 comments on commit fb3028f

Please sign in to comment.