Skip to content

Commit

Permalink
fix struct
Browse files Browse the repository at this point in the history
  • Loading branch information
brianneville authored Jan 3, 2025
1 parent 18369c0 commit 6cf1c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/system/tests/system_base_test/g_protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func TestGNMIClient(t *testing.T) {
{Name: "config"},
{Name: "hostname"},
},
}}); err != nil {
}}}); err != nil {
t.Fatalf("gnmi.Get failed: %v", err)
}
}
Expand Down

0 comments on commit 6cf1c32

Please sign in to comment.