-
Notifications
You must be signed in to change notification settings - Fork 6
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
OSOE-916: Change "shift time" terminology to "time shift" in Lombiq.UITestingToolbox #425
Conversation
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.
Search for "shifttime", there are other remaining cases too.
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.
I found a leftover variable name in TimeShiftingClock.UpdateClock
. I've updated that. The ShiftTimeTests
class name should stay as-is, because it's {feature name}Tests
. I did not see anything beyond those two cases.
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.
What about SetShiftTimeAsync
and AddShiftTimeAsync
? Both of these should use "time shift" IMO.
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.
wat? I've already explained that here and you said it's okay.
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.
I thought you were referring to the TimeSpan
change there. But otherwise still, no, that's setting the time shifting value, i.e. time shift.
OSOE-916
Fixes #422