chore: fix TestMeasureLatency/MeasureLatencyRecvTimeout flake (#13301)

This commit is contained in:
Colin Adler
2024-05-16 13:42:42 -05:00
committed by GitHub
parent cf91eff7cf
commit 85de0e966d
4 changed files with 117 additions and 8 deletions

View File

@ -0,0 +1,4 @@
// package psmock contains a mocked implementation of the pubsub.Pubsub interface for use in tests
package psmock
//go:generate mockgen -destination ./psmock.go -package psmock github.com/coder/coder/v2/coderd/database/pubsub Pubsub