Michael Samoylov
Results
1
comments of
Michael Samoylov
What I was saying, is that you're just returning a newly created hour without putting it to the map. https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/blob/22c0a25b67c4669d612a2fa4a434ffae8e35e65a/internal/trainer/adapters/hour_memory_repository.go#L40 This should be IMO: ```Go currentHour, err := m.hourFactory.NewNotAvailableHour(hourTime) //...