Skip to content

Commit

Permalink
fixed bake test
Browse files Browse the repository at this point in the history
  • Loading branch information
toschoch committed Dec 9, 2018
1 parent 883c2a1 commit a808e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_bake_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ def test_project_tree(cookies):
assert result.exit_code == 0
assert result.exception is None
assert result.project.basename == 'test_project'
assert read(result.project.join('README.md'))=="""Python Package
assert read(result.project.join('README.md'))=="""Docker Project
===============================
author: Your name
Overview
--------
A python package that can be installed with pip.
A docker project doing awesome stuff.
Change-Log
Expand Down

0 comments on commit a808e5c

Please sign in to comment.