Skip to content

Commit c3c9cf8

Browse files
committed
Rename things
1 parent 65e2272 commit c3c9cf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ name = "cordic"
135135
required-features = ["cordic"]
136136

137137
[[test]]
138-
name = "pwm"
138+
name = "tests"
139139
harness = false
140140

141141
[lib]
142-
test = false
142+
test = false

tests/pwm.rs renamed to tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mod tests {
9595
}
9696

9797
#[test]
98-
fn foo() {
98+
fn pwm() {
9999
use super::*;
100100

101101
// TODO: Is it ok to steal these?

0 commit comments

Comments
 (0)