Skip to content

Conversation

@robshakir
Copy link
Member

* (M) lemming(_test)?.go
   - Today if a user does `if err := lemming.Stop(); err != nil { ... }`
     then they will report a failure even if there were no errors
     because the slice returned is non-nil.

 * (M) lemming(_test)?.go
   - Today if a user does `if err := lemming.Stop(); err != nil { ... }`
     then they will report a failure even if there were no errors
     because the slice returned is non-nil.
@robshakir robshakir requested review from DanG100 and wenovus August 13, 2023 20:16
@robshakir robshakir merged commit af1965e into openconfig:main Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants