diff --git a/app/calculator.py b/app/calculator.py index b3e9102..34270f9 100644 --- a/app/calculator.py +++ b/app/calculator.py @@ -32,4 +32,4 @@ def double_it(x): return x*2 def wacko(x): - return x*x*x \ No newline at end of file + return x+x+x \ No newline at end of file diff --git a/app/dictionary.py b/app/dictionary.py index 1709eb8..d06de2c 100644 --- a/app/dictionary.py +++ b/app/dictionary.py @@ -16,4 +16,4 @@ def ops(): return "Opposites or rivals from another gang or opposing group" def computer(): - return "Smart machines of the future" + return "Da smart machines of the future" diff --git a/app/test_dictionary.py b/app/test_dictionary.py index 760ffcc..598e235 100644 --- a/app/test_dictionary.py +++ b/app/test_dictionary.py @@ -15,4 +15,4 @@ def test_ops(): assert Dictionary.ops() == "Opposites or rivals from another gang or opposing group" def test_computer(): - assert Dictionary.computer() == "Smart machines of the future" \ No newline at end of file + assert Dictionary.computer() == "Da smart machines of the future" \ No newline at end of file diff --git a/coverage.xml b/coverage.xml index 93cf022..a441df7 100644 --- a/coverage.xml +++ b/coverage.xml @@ -1,5 +1,5 @@ - + @@ -219,13 +219,13 @@ - + - + @@ -250,7 +250,9 @@ - + + + @@ -303,6 +305,8 @@ + +