Skip to content

Commit 36f866b

Browse files
Update src/app/codegen-data-model/tests/TestAttributeReportIBsEncoding.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent dd1ffc7 commit 36f866b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/codegen-data-model/tests/TestAttributeReportIBsEncoding.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using namespace chip::app;
2424
namespace chip {
2525
namespace Test {
2626

27-
CHIP_ERROR DecodedAttributeData::DecodeFrom(const chip::app::AttributeDataIB::Parser & parser)
27+
CHIP_ERROR DecodedAttributeData::DecodeFrom(const AttributeDataIB::Parser & parser)
2828
{
2929
ReturnErrorOnFailure(parser.GetDataVersion(&dataVersion));
3030

0 commit comments

Comments
 (0)