-
Notifications
You must be signed in to change notification settings - Fork 200
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
Adding unit tests for AWSMutationDatabaseAdapterTests #231
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.
Possible typo, otherwise LGTM
let mockStorageAdapter = MockSQLiteStorageEngineAdapter() | ||
databaseAdapter = try AWSMutationDatabaseAdapter(storageAdapter: mockStorageAdapter) | ||
} catch { | ||
XCTFail("Failed to setup sut") |
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's a 'sut'? :)
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.
sut is system under test -- i can spell this out, or we can adopt sut
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.
updated wording to system under test
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.
Got it. I don't object to it, I just don't use the term regularly, so I didn't recognize it as an acronym without the all-caps spelling :)
f589fdc
to
b238b8a
Compare
b238b8a
to
204c2f3
Compare
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.