Skip to content

Commit

Permalink
Update lab09.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy126 authored Mar 10, 2020
1 parent c224ef3 commit e11a6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _lab/lab09.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Similarly, for the **{{page.num}}_tests.py**.
def test_InToFtandIn_66():
assert InToFtandIn(66.0)=="feet: 5.0 inches: 6.0"

def test_InToFtandIn_254():
assert InToFtandIn(71.0)=="feet: 8.0 inches: 4.0"
def test_CmToFtandIn_254():
assert CmToFtandIn(254.0)=="feet: 8.0 inches: 4.0"
```


Expand Down

0 comments on commit e11a6f5

Please sign in to comment.