Skip to content

Commit

Permalink
Fix dependency on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jul 4, 2024
1 parent aec9d3c commit 9af9b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/data-model/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ source_set("nullable") {
"${chip_root}/src/app/util:nullable-primitives",
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/core:error",
"${chip_root}/src/lib/core:string-builder-adapters",
"${chip_root}/src/lib/support",
]
}
Expand Down
4 changes: 3 additions & 1 deletion src/app/data-model/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ chip_test_suite("tests") {

public_deps = [
"${chip_root}/src/app/data-model:nullable",
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/core:error",
"${chip_root}/src/lib/core:string-builder-adapters",
"${chip_root}/src/lib/support/tests:pw-test-macros",
]
}

0 comments on commit 9af9b6c

Please sign in to comment.