Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was generated via IntelliJ's refactoring tool. I should have caught that the same call was being made multiple times. Note for the future.
- Loading branch information
d82038e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it matter that this.checkEncoding(coerced) is called multiple times?
d82038e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It probably shouldn't, but I'm planning a refactoring around a lot of this that will obsolete the multiple calls. I had to make the change I did to satisfy a spec that checked invocation count on a mock object.