Fix config test after upgrading TensorFlow
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
ae3b5a7978
commit
78f37d8d6b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func TestConfig_TensorFlowVersion(t *testing.T) {
|
|||
c := NewConfig(ctx)
|
||||
|
||||
version := c.TensorFlowVersion()
|
||||
assert.Equal(t, "1.14.0", version)
|
||||
assert.IsType(t, "1.15.0", version)
|
||||
}
|
||||
|
||||
func TestConfig_TensorFlowDisabled(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue