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

Fix datetime_factory as attribute. #960

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Fix datetime_factory as attribute. #960

merged 1 commit into from
Mar 21, 2024

Conversation

jwag956
Copy link
Member

@jwag956 jwag956 commented Mar 21, 2024

datetime_factory should still be set as an attribute - that got lost. Also - trackable didn't use the attribute - it directly referenced the config value - fix that.

Add a test.

close #959

datetime_factory should still be set as an attribute - that got lost. Also - trackable didn't use the attribute - it directly referenced the config value - fix that.

Add a test.

close #959
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.47%. Comparing base (3c9c44d) to head (3ec5d6b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #960   +/-   ##
=======================================
  Coverage   98.47%   98.47%           
=======================================
  Files          35       35           
  Lines        4513     4513           
=======================================
  Hits         4444     4444           
  Misses         69       69           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwag956 jwag956 merged commit 140d097 into master Mar 21, 2024
19 checks passed
@jwag956 jwag956 deleted the 959datetime branch March 21, 2024 22:17
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.

Regression - datetime_factory should still be set as an attribute
1 participant