-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update test fixtures #4
Conversation
(swift-ticketing-system (read-test-config))) | ||
|
||
(defn start-test-system [] | ||
(alter-var-root #'swift-ticketing-test-system component/start)) |
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.
@neenaoffline is this the right way to start a component process? Seems very unclojury to me 😱
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.
one minor change. otherwise good to be merged.
[swift-ticketing.app :refer [swift-ticketing-app]] | ||
[swift-ticketing.fixtures :as fixtures] | ||
[swift-ticketing.factory :as factory] | ||
[swift-ticketing.utils :as utils] | ||
[swift-ticketing.db.event :as db-event] | ||
[swift-ticketing.db.ticket :as ticket] | ||
[swift-ticketing.client :as client] | ||
[swift-ticketing.specs :as specs])) | ||
)) |
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.
Think the parentheses should be in above line as per formatting conventions
component
for testing #2