mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Fixed import error, by aliasing one off the impls.
This commit is contained in:
parent
4945165df2
commit
c6e4fbd20b
@ -173,4 +173,4 @@ class TennisGameDefactored3:
|
||||
return "Deuce"
|
||||
s = self.p1N if self.p1 > self.p2 else self.p2N
|
||||
return "Advantage " + s if ((self.p1-self.p2)*(self.p1-self.p2) == 1) else "Win for " + s
|
||||
|
||||
TennisGame = TennisGameDefactored3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user