Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Dec 11, 2019
1 parent 361c99c commit 435d9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg/eventing/sources/v1alpha1/cronjob_client_mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.


package v1alpha1

import (
Expand Down
4 changes: 2 additions & 2 deletions pkg/eventing/sources/v1alpha1/cronjob_client_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func TestMockKnClient(t *testing.T) {

// Record all services
recorder.GetCronJobSource("hello", nil, nil)
recorder.CreateCronJobSource("hello", "* * * * *","",&v1beta1.Destination{}, nil)
recorder.UpdateCronJobSource("hello", "* * * * *","",&v1beta1.Destination{}, nil)
recorder.CreateCronJobSource("hello", "* * * * *", "", &v1beta1.Destination{}, nil)
recorder.UpdateCronJobSource("hello", "* * * * *", "", &v1beta1.Destination{}, nil)
recorder.DeleteCronJobSource("hello", nil)

// Call all service
Expand Down

0 comments on commit 435d9fd

Please sign in to comment.