Skip to content

Commit

Permalink
Merge pull request kedro-org#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 1b09633 + 50dbfd4 commit f89ec75
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 f89ec75

Please sign in to comment.