Skip to content

Commit 58ee013

Browse files
committed
Create README file so tests pass
1 parent b0a3cc6 commit 58ee013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/metadata.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ fn package_metadata() {
11151115
baz = "quux"
11161116
"#,
11171117
)
1118+
.file("README.md", "")
11181119
.file("src/lib.rs", "")
11191120
.build();
11201121

@@ -1186,6 +1187,7 @@ fn package_publish() {
11861187
publish = ["my-registry"]
11871188
"#,
11881189
)
1190+
.file("README.md", "")
11891191
.file("src/lib.rs", "")
11901192
.build();
11911193

0 commit comments

Comments
 (0)