Skip to content

Commit b781144

Browse files
teburdjhedberg
authored andcommitted
i2c: Fix filtering on alias for i2c-ram
Was previously looking for i2c_ram which is incorrect, the alias was always i2c-ram. Signed-off-by: Tom Burdick <[email protected]>
1 parent 7fc153c commit b781144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/i2c/i2c_ram/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common:
33
tags:
44
- drivers
55
- i2c
6-
filter: dt_alias_exists("i2c_ram")
6+
filter: dt_alias_exists("i2c-ram")
77
tests:
88
drivers.i2c.ram:
99
depends_on: i2c

0 commit comments

Comments
 (0)