Skip to content
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

Merged
merged 7 commits into from
Dec 21, 2023
Merged

Update test fixtures #4

merged 7 commits into from
Dec 21, 2023

Conversation

zzat
Copy link
Collaborator

@zzat zzat commented Dec 11, 2023

(swift-ticketing-system (read-test-config)))

(defn start-test-system []
(alter-var-root #'swift-ticketing-test-system component/start))
Copy link
Member

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 😱

@zzat zzat requested a review from olttwa December 19, 2023 10:10
Copy link
Member

@olttwa olttwa left a 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]))
))
Copy link
Member

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

@zzat zzat merged commit 8f13fb0 into main Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants