Skip to content

Commit

Permalink
Update test for existing but invalid export location in SavedModel.
Browse files Browse the repository at this point in the history
Change: 141234610
  • Loading branch information
sukritiramesh authored and tensorflower-gardener committed Dec 7, 2016
1 parent a122c51 commit 008f80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/cc/saved_model/loader_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ TEST_F(LoaderTest, MaybeSavedModelDirectory) {

// Directory that exists but is an invalid SavedModel location.
const string invalid_export_dir =
io::JoinPath(testing::TensorFlowSrcRoot(), "cc/saved_model/testdata");
io::JoinPath(testing::TensorFlowSrcRoot(), "cc/saved_model");
EXPECT_FALSE(MaybeSavedModelDirectory(invalid_export_dir));
}

Expand Down

0 comments on commit 008f80e

Please sign in to comment.