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: TypeMismatch doesn't trigger apply #172

Merged
merged 4 commits into from
Nov 8, 2024
Merged

Conversation

fabriziodemaria
Copy link
Member

Following #170

@fabriziodemaria fabriziodemaria changed the title fix: apply is sent with null values test: apply on null Nov 6, 2024
@fabriziodemaria fabriziodemaria changed the title test: apply on null fix: TypeMismatch doesn't trigger apply Nov 6, 2024
@@ -285,6 +285,46 @@ class ConfidenceTest: XCTestCase {
XCTAssertEqual(flagApplier.applyCallCount, 1)
}

func testResolveAndApplyIntegerFlagNullValue() async throws {
Copy link
Member Author

Choose a reason for hiding this comment

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

This test is unrelated to the fix, but nice to have

@fabriziodemaria fabriziodemaria merged commit df38f0b into main Nov 8, 2024
6 checks passed
@fabriziodemaria fabriziodemaria deleted the fix-applies branch November 8, 2024 10:59
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