Created
September 8, 2023 11:22
-
-
Save stijnmoreels/50b4e18e9e322dd9243de090f874623b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Fact] | |
| public void Potato_DailyShadySunlight_Grows() | |
| { | |
| var context = PlantTestContext.GivenPotato(); | |
| context.WhenDailySunlight(Sunlight.Shady); | |
| context.ShouldGrow(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment