Skip to content

Commit c39f96c

Browse files
committed
refactor: change test function names
1 parent a3e3d23 commit c39f96c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration_v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::process::Command;
55
use kdl::KdlDocument;
66

77
#[test]
8-
fn test_examples_v1() {
8+
fn examples_v1() {
99
let examples_dir = Path::new("examples");
1010
let output_dir = Path::new("target/test_outputs/v1");
1111

tests/integration_v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::process::Command;
55
use kdl::KdlDocument;
66

77
#[test]
8-
fn test_examples_v2() {
8+
fn examples_v2() {
99
let examples_dir = Path::new("examples");
1010
let output_dir = Path::new("target/test_outputs/v2");
1111

0 commit comments

Comments
 (0)