Skip to content

Commit eea9420

Browse files
wip
1 parent 7665ff6 commit eea9420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_FAN_3_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def test_TC_FAN_3_1(self):
154154
# Write to attribute
155155
result = await TH.WriteAttribute(
156156
self.dut_node_id,
157-
[(endpoint, attr_to_write(value=value_to_write * 10))]
157+
[(endpoint, attr_to_write(value=value_to_write))]
158158
)
159159
print(f"\t\t [FANS] write_status: {result[0].Status.name}\n\n\n\n")
160160

0 commit comments

Comments
 (0)