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

feat: Make possible to test and log dynamic datasources #406

Merged
merged 7 commits into from
Sep 11, 2023

Conversation

dimitrovmaksim
Copy link
Member

No description provided.

@dimitrovmaksim dimitrovmaksim marked this pull request as ready for review September 11, 2023 08:09
.unwrap_or_else(|| panic!("No template with name '{}' found.", template_name))
.len() as u32;

if actual_count != expected_count_ptr {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this statement will always resolve as false because you use the pointer of expected_count instead of its value

Copy link
Member Author

@dimitrovmaksim dimitrovmaksim Sep 11, 2023

Choose a reason for hiding this comment

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

Yeah, the _ptr is unneeded, expected_count_ptr it the actual value

@dimitrovmaksim dimitrovmaksim merged commit 60290f3 into main Sep 11, 2023
4 checks passed
@dimitrovmaksim dimitrovmaksim deleted the feat/test-dynamic-datasource-creation branch September 11, 2023 10:24
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