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

Add missing unpacking of the criteria in Execute #4059

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

kant2002
Copy link
Contributor

Closes #4057

@@ -34,6 +44,27 @@ public async Task GetHttpClientHandler_WhenOverriddenItShouldBeUsedWithinTheCrea
_testHttClientHandler.WasCalled.Should().BeTrue();
}

[TestMethod]
public async Task ExecuteAsync_WithPrimitiveObject()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a better name. Something like ExecuteAsync_WithPrimitiveValue_ItShouldBeSerializable

}

[TestMethod]
public async Task ExecuteAsync()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a better name.

@StefanOssendorf
Copy link
Contributor

Otherwise this PR looks good. Thanks! :)

@rockfordlhotka rockfordlhotka self-requested a review June 22, 2024 03:17
@rockfordlhotka rockfordlhotka merged commit 0f46935 into MarimerLLC:main Jun 24, 2024
1 check passed
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.

Serialization of portal broken for an array of objects
3 participants