Fix config test after upgrading TensorFlow

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-22 10:33:47 +02:00
parent ae3b5a7978
commit 78f37d8d6b

View file

@ -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) {