Skip to content

Commit 85ae383

Browse files
committed
rename workspace test to match other buildtest tests
1 parent e08cb8d commit 85ae383

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

tests/buildtest/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ fn test_cargo_config() {
9898
}
9999

100100
#[test]
101-
fn workspace() {
102-
runner::run("workspace", |run| {
101+
fn test_cargo_workspace() {
102+
runner::run("cargo-workspace", |run| {
103103
run.build(SandboxBuilder::new().enable_networking(false), |build| {
104104
let storage = rustwide::logging::LogStorage::new(LevelFilter::Info);
105105
rustwide::logging::capture(&storage, || -> Result<_, Error> {

0 commit comments

Comments
 (0)