Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from quantumblacklabs/deepyaman-patch-1
Browse files Browse the repository at this point in the history
Fix Kedro lint and test errors 🛠️
  • Loading branch information
stichbury authored Jan 28, 2021
2 parents 6aeedba + f95c6bc commit 7b1990b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .pipeline import create_pipeline
from .pipeline import create_pipeline # NOQA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .pipeline import create_pipeline
from .pipeline import create_pipeline # NOQA
2 changes: 1 addition & 1 deletion kedro-exercises/spaceflight/src/tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def project_context():

class TestProjectContext:
def test_project_name(self, project_context):
assert project_context.project_name == "kedro-tutorial"
assert project_context.project_name == "kedro_tutorial"

def test_project_version(self, project_context):
assert project_context.project_version == "0.16.5"

0 comments on commit 7b1990b

Please sign in to comment.