Created
January 24, 2026 14:01
-
-
Save wullemsb/69c06fc110f0dd8dde2bc01212757985 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 CreateUser_ShouldSucceed() | |
| { | |
| var service = new UserService(NullLogger<UserService>.Instance); | |
| service.CreateUser("john"); | |
| // Assert your expectations... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment