commit | 6591123024b3370443c8c5836087412cae51cde3 | [log] [tgz] |
---|---|---|
author | Menghan Li <menghanl@google.com> | Thu Sep 10 13:10:57 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Sep 10 13:10:57 2020 -0700 |
tree | 65ddd104655920d2e59f35f7e4606dae4df27cb2 | |
parent | 4a2248a42bc2b2410b7214ef7020eb05ae87124d [diff] |
internal: rename package for test alone file (#3855) Otherwise glaze complains.
diff --git a/xds/internal/client/tests/client_test.go b/xds/internal/client/tests/client_test.go index 3c96175..7887835 100644 --- a/xds/internal/client/tests/client_test.go +++ b/xds/internal/client/tests/client_test.go
@@ -16,7 +16,7 @@ * */ -package tests +package tests_test import ( "testing"