Skip to content

Commit

Permalink
adapt failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Jun 12, 2023
1 parent bd271f1 commit cc31de2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/keyer/keyer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestSend(t *testing.T) {
view.On("SetPresetNames", mock.Anything)
cwClient := new(mocked.CWClient)
cwClient.On("Send", "DL1ABC DL0ZZZ t56 5nn ABC").Once()
cwClient.On("IsConnected").Return(true)

keyer := New(&testSettings{"DL1ABC"}, cwClient, keyerSettings, core.SearchPounce, nil)
keyer.SetView(view)
Expand Down

0 comments on commit cc31de2

Please sign in to comment.