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 typos in variable names in test files #156

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

MueckeMa
Copy link
Contributor

@MueckeMa MueckeMa commented Sep 6, 2024

Corrected the variable name rxMqttClinet to rxMqttClient across multiple instances in MangedClientWrapperTest.cs, RxPublischer.cs, and RxSubscriber.cs. Also fixed the typo looger to logger in the Factory_NullException_With_Logger and Factory_With_Logger test methods. These changes improve code readability and reduce the risk of errors due to misspelled variable names.

Corrected the variable name `rxMqttClinet` to `rxMqttClient` across multiple instances in `MangedClientWrapperTest.cs`, `RxPublischer.cs`, and `RxSubscriber.cs`. Also fixed the typo `looger` to `logger` in the `Factory_NullException_With_Logger` and `Factory_With_Logger` test methods. These changes improve code readability and reduce the risk of errors due to misspelled variable names.
@mmuecke mmuecke merged commit 8f79e6d into mmuecke:main Sep 6, 2024
2 checks passed
@MueckeMa MueckeMa deleted the feature/spellFixes branch September 6, 2024 10:05
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