Skip to content

Commit

Permalink
fix: fatal error
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Sep 23, 2020
1 parent 1f35b86 commit 92f7fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func Test_handler_Index(t *testing.T) {
r *http.Request
}
type fields struct {
rpl controller.ReplicationServer
rpl controller.ReplicationControllerServer
}
type want struct {
want int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
func TestWithReplicator(t *testing.T) {
type T = interface{}
type args struct {
rpl controller.ReplicationServer
rpl controller.ReplicationControllerServer
}
type want struct {
obj *T
Expand Down

0 comments on commit 92f7fff

Please sign in to comment.