Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Norberg committed Nov 2, 2020
1 parent 7b6cbc7 commit 075cef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_color_palettes_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}


def test_colors_config(monkeypatch):
def test_color_palettes_config(monkeypatch):
with TemporaryDirectory() as tmp:
with open(os.path.join(tmp, 'color_palettes_config.yaml'), 'w') as f:
f.write(COLOR_PALETTES_CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_style_settings_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'''


def test_colors_config(monkeypatch):
def test_style_settings_config(monkeypatch):
with TemporaryDirectory() as tmp:
with open(os.path.join(tmp, 'style_settings_config.yaml'), 'w') as f:
f.write(STYLE_SETTINGS_CONFIG)
Expand Down

0 comments on commit 075cef3

Please sign in to comment.