Skip to content

Commit 5f2df4f

Browse files
committed
Lint
1 parent 15033d9 commit 5f2df4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/docker/test_env/mockserver.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ func NewMockServer(networks []string, opts ...EnvComponentOption) *MockServer {
5555

5656
// WithTestInstance configures the MockServer with a test logger and test context.
5757
// It returns the updated MockServer instance for use in testing scenarios.
58-
//
59-
// Deprecated: Use Parrot instead
6058
func (ms *MockServer) WithTestInstance(t *testing.T) *MockServer {
6159
ms.l = logging.GetTestLogger(t)
6260
ms.t = t

0 commit comments

Comments
 (0)