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

[ODS-3746] Update EdFi.LoadTools.Test to use FakeItEasy #1009

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Conversation

mjaksn
Copy link
Contributor

@mjaksn mjaksn commented Mar 29, 2024

This transitions the LoadTools tests from Moq to FakeItEasy. The changes include updating package references, replacing Mock.Of with A.Fake, and utilizing A.CallTo().Returns() for property setups. Additionally, there's a change in XsdFileRetrieverTests, which updates the expected data standard to "5.0.0" and adds the "TPDM" extension, which is required for the manual test Should_get_xsd_metadata_information_and_download_files to pass when running against the latest initdev ODS deployment.

@mjaksn mjaksn marked this pull request as ready for review March 29, 2024 16:00
@semalaiappan semalaiappan self-requested a review April 1, 2024 00:41
@semalaiappan semalaiappan merged commit 75a75a8 into main Apr 1, 2024
15 checks passed
@semalaiappan semalaiappan deleted the ODS-3746 branch April 1, 2024 00:45
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.

2 participants