-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add test to case when error context size goes outside content size #61
Conversation
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
==========================================
+ Coverage 68.48% 68.68% +0.19%
==========================================
Files 30 30
Lines 1431 1440 +9
==========================================
+ Hits 980 989 +9
Misses 451 451
Continue to review full report at Codecov.
|
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.
Thanks @hodovani, LGTM except that empty ErrorContextTests.swift
file should be removed before merging
// Created by Matvii Hodovaniuk on 1/7/19. | ||
// | ||
|
||
import Foundation |
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.
was this mostly empty file committed by mistake?
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.
@MaxDesiatov yes, I can't see this file through Xcode. It was committed by mistake.
LGTM, too. 🙂 |
Resolves #13