Skip to content

Commit

Permalink
import fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdwhdw committed Feb 21, 2025
1 parent cf50a69 commit 1cea886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnmi_server/gnoi_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ func TestSystem(t *testing.T) {
Method: syspb.RebootMethod_COLD,
Delay: 0,
Message: "Cold reboot starting ...",
Subcomponents: []*types.Path{
&types.Path{
Subcomponents: []*typespb.Path{
&typespb.Path{
Origin: "openconfig",
Elem: []*types.PathElem{
Elem: []*typespb.PathElem{
{
Name: "components",
},
Expand Down

0 comments on commit 1cea886

Please sign in to comment.