Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecordingError renaming #2

Merged
merged 3 commits into from Nov 25, 2019
Merged

RecordingError renaming #2

merged 3 commits into from Nov 25, 2019

Conversation

groue
Copy link
Owner

@groue groue commented Nov 25, 2019

 public enum RecordingError: Error {
     case notCompleted
-    case noElements
+    case notEnoughElements
-    case moreThanOneElement
+    case tooManyElements
 }

This should let us reuse the same errors for more expectations.

@groue groue changed the base branch from master to development November 25, 2019 17:40
@groue groue merged commit 4aae008 into development Nov 25, 2019
@groue groue deleted the RecordingErrorRenaming branch November 25, 2019 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant