Skip to content

Commit 9d0ef96

Browse files
committed
rename tests
1 parent 2290370 commit 9d0ef96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nrf52840-hal-tests/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ publish = false
55
version = "0.0.0"
66

77
[[test]]
8-
name = "gpio-input"
8+
name = "gpio-input-floating"
99
harness = false
1010

1111
[[test]]
12-
name = "gpio-output-push-pull"
12+
name = "gpio-input-pull"
1313
harness = false
1414

1515
[[test]]
16-
name = "gpio-output-open-drain"
16+
name = "gpio-output-push-pull"
1717
harness = false
1818

1919
[[test]]
20-
name = "gpio-pull"
20+
name = "gpio-output-open-drain"
2121
harness = false
2222

2323
[[test]]

0 commit comments

Comments
 (0)