aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/summary/summary_test_internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/summary/summary_test_internal.py')
-rw-r--r--tensorflow/contrib/summary/summary_test_internal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/summary/summary_test_internal.py b/tensorflow/contrib/summary/summary_test_internal.py
index 54233f2f50..80f60ae401 100644
--- a/tensorflow/contrib/summary/summary_test_internal.py
+++ b/tensorflow/contrib/summary/summary_test_internal.py
@@ -35,8 +35,8 @@ class SummaryDbTest(test_util.TensorFlowTestCase):
if os.path.exists(self.db_path):
os.unlink(self.db_path)
self.db = sqlite3.connect(self.db_path)
- self.create_summary_db_writer = functools.partial(
- summary_ops.create_summary_db_writer,
+ self.create_db_writer = functools.partial(
+ summary_ops.create_db_writer,
db_uri=self.db_path,
experiment_name='experiment',
run_name='run',