Skip to content

Commit 64abeb7

Browse files
committed
make gen
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent a11207f commit 64abeb7

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

tailnet/tailnettest/coordinatormock.go

Lines changed: 0 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tailnet/test/peer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ func (p *Peer) AssertEventuallyResponsesClosed() {
233233

234234
func (p *Peer) AssertNotClosed(d time.Duration) {
235235
p.t.Helper()
236+
// nolint: gocritic // erroneously thinks we're hardcoding non testutil constants here
236237
ctx, cancel := context.WithTimeout(context.Background(), d)
237238
defer cancel()
238239
for {

0 commit comments

Comments
 (0)