Skip to content

Commit 7055ba0

Browse files
santacodesarjxn-py
andauthored
Apply suggestions from code review
Co-authored-by: Arjun Verma <[email protected]>
1 parent bc11f0e commit 7055ba0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_project_generation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pybamm_cookiecutter as m
22
import pytest
3+
from pytest_cookies.plugin import Cookies
34

45
def test_version() -> None:
56
assert m.__version__
@@ -18,7 +19,7 @@ def custom_template(tmpdir):
1819
return template
1920

2021

21-
def test_bake_custom_project(cookies, custom_template):
22+
def test_bake_custom_project(cookies: Cookies, custom_template):
2223
"""
2324
Testing if the projects exists in the tempdir
2425
"""

0 commit comments

Comments
 (0)