Skip to content

Commit afc0d69

Browse files
committed
fix bad test
1 parent 0bfa34f commit afc0d69

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/command/command_plugin_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ func TestCommandPlugin_Process(t *testing.T) {
143143
})
144144
require.Equal(t, 1, fakeCommandService.UpdateDataPlaneHealthCallCount())
145145
require.Equal(t, 1, fakeCommandService.SendDataPlaneResponseCallCount())
146-
147-
commandPlugin.Process(ctx, &bus.Message{Topic: bus.ConnectionResetTopic, Data: &protos.)
148-
require.Equal(t, 1, fakeCommandService.UpdateClientCallCount())
146+
149147
}
150148

151149
func TestCommandPlugin_monitorSubscribeChannel(t *testing.T) {

0 commit comments

Comments
 (0)