Skip to content

Commit 4c82ca0

Browse files
committed
fixed odb py test
Signed-off-by: Ethan Mahintorabi <[email protected]>
1 parent c1dfef3 commit 4c82ca0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/odb/test/BUILD

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ py_test(
2626
],
2727
deps = [
2828
"//src/odb:odb_py",
29-
"//:ord_py",
29+
"//openroad:openroadpy",
3030
":odbUnitTest",
3131
":helper",
3232
]
@@ -39,7 +39,7 @@ py_test(
3939
],
4040
deps = [
4141
"//src/odb:odb_py",
42-
"//:ord_py",
42+
"//openroad:openroadpy",
4343
":odbUnitTest",
4444
":helper",
4545
]
@@ -52,7 +52,7 @@ py_test(
5252
],
5353
deps = [
5454
"//src/odb:odb_py",
55-
"//:ord_py",
55+
"//openroad:openroadpy",
5656
":odbUnitTest",
5757
":helper",
5858
]
@@ -65,7 +65,7 @@ py_test(
6565
],
6666
deps = [
6767
"//src/odb:odb_py",
68-
"//:ord_py",
68+
"//openroad:openroadpy",
6969
":odbUnitTest",
7070
":helper",
7171
]
@@ -78,7 +78,7 @@ py_test(
7878
],
7979
deps = [
8080
"//src/odb:odb_py",
81-
"//:ord_py",
81+
"//openroad:openroadpy",
8282
":odbUnitTest",
8383
":helper",
8484
]
@@ -91,7 +91,7 @@ py_test(
9191
],
9292
deps = [
9393
"//src/odb:odb_py",
94-
"//:ord_py",
94+
"//openroad:openroadpy",
9595
":odbUnitTest",
9696
":helper",
9797
]
@@ -104,7 +104,7 @@ py_test(
104104
],
105105
deps = [
106106
"//src/odb:odb_py",
107-
"//:ord_py",
107+
"//openroad:openroadpy",
108108
":odbUnitTest",
109109
":helper",
110110
]
@@ -117,7 +117,7 @@ py_test(
117117
],
118118
deps = [
119119
"//src/odb:odb_py",
120-
"//:ord_py",
120+
"//openroad:openroadpy",
121121
":odbUnitTest",
122122
":helper",
123123
]
@@ -130,7 +130,7 @@ py_test(
130130
],
131131
deps = [
132132
"//src/odb:odb_py",
133-
"//:ord_py",
133+
"//openroad:openroadpy",
134134
":odbUnitTest",
135135
":helper",
136136
]

0 commit comments

Comments
 (0)