Flutter-Bounty-Hunters / follow_the_leader

MIT License
13 stars 5 forks source link

Added test that ensures when a Leader comes into and out of existence, Followers don't blow up (Resolves #19) #20

Closed matthew-carroll closed 1 year ago

matthew-carroll commented 1 year ago

Added test that ensures when a Leader comes into and out of existence, Followers don't blow up (Resolves #19)

It turns out that the reported problem only exists in overlord. There was nothing to fix in follow_the_leader. I added a test to ensure that Leaders can come and go and Followers won't blow up.