Skip to content

Commit 822b257

Browse files
committed
chore: Update docs for writing UI tests to use case for the test function name
1 parent 41cd166 commit 822b257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/contrib/src/tests/writing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ use cargo_test_support::Project;
171171
use cargo_test_support::curr_dir;
172172
173173
#[cargo_test]
174-
fn <name>() {
174+
fn case() {
175175
let project = Project::from_template(curr_dir!().join("in"));
176176
let project_root = project.root();
177177
let cwd = &project_root;

0 commit comments

Comments
 (0)