8000 updated spelling/ names · henrypan/python-api@59947ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 59947ec

Browse files
committed
updated spelling/ names
1 parent 95ee2e4 commit 59947ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plotly/tests/test_core/test_tools/test_file_tools.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from unittest import TestCase
22

3-
from plotly import tools
4-
from plotly import session
3+
from plotly import tools, session
54

65

76
class FileToolsTest(TestCase):
@@ -53,7 +52,7 @@ def test_set_config_file_plot_option(self):
5352
kwargs = {'plot_option': False}
5453
self.assertRaises(TypeError, tools.set_config_file, **kwargs)
5554

56-
def reset_config_file_test(self):
55+
def test_reset_config_file(self):
5756

5857
# Check reset_config and get_config return the same values
5958

0 commit comments

Comments
 (0)
0