Skip to content

Commit 8300d7c

Browse files
authored
Merge pull request #23 from narendasan/fix-top-level-test-suite
fix(//tests): Forgot to change this path to modules
2 parents 3da4947 + 89bff0f commit 8300d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test_suite(
22
name = "tests",
33
tests = [
44
"//tests/core/converters:test_converters",
5-
"//tests/models:test_modules"
5+
"//tests/modules:test_modules"
66
],
77
)
88

0 commit comments

Comments
 (0)