Skip to content

Commit

Permalink
🤖 Update license headers / Format go codes and yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: vdaas-ci <ci@vdaas.org>
  • Loading branch information
vdaas-ci authored and kevindiu committed Feb 8, 2021
1 parent 8e1752d commit 0a9566b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/errors/tensorflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ func TestErrInputLength(t *testing.T) {
},
{
name: "return an ErrInputLength error when i and f is zero value",
args: args{
},
args: args{},
want: want{
want: Errorf("inputs length %d does not match feeds length %d", 0, 0),
},
Expand All @@ -279,7 +278,7 @@ func TestErrInputLength(t *testing.T) {
})
}
}
func TestErrNilTensorTF(t *testing.T) {
func TestErrNilTensorTF(t *testing.T) {
type args struct {
v interface{}
}
Expand Down

0 comments on commit 0a9566b

Please sign in to comment.