Skip to content

Commit b55172b

Browse files
committed
Rename things
1 parent bd876ab commit b55172b

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
@@ -140,8 +140,8 @@ name = "cordic"
140140
required-features = ["cordic"]
141141

142142
[[test]]
143-
name = "pwm"
143+
name = "tests"
144144
harness = false
145145

146146
[lib]
147-
test = false
147+
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)