Skip to content

Commit

Permalink
✅ fix based on ci
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi authored and kevindiu committed Feb 8, 2021
1 parent 0a9566b commit 7fe2f9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/errors/tensorflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ func TestErrFailedToCastTF(t *testing.T) {
})
}
}

func TestErrInputLength(t *testing.T) {
type args struct {
iLength int
Expand Down Expand Up @@ -278,6 +279,7 @@ func TestErrInputLength(t *testing.T) {
})
}
}

func TestErrNilTensorTF(t *testing.T) {
type args struct {
v interface{}
Expand Down Expand Up @@ -455,6 +457,7 @@ func TestErrNilTensorTF(t *testing.T) {
})
}
}

func TestErrNilTensorValueTF(t *testing.T) {
type args struct {
v interface{}
Expand Down

0 comments on commit 7fe2f9c

Please sign in to comment.