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 input data used in test_decode_csv #38

Closed

Conversation

dlesomewhere
Copy link

@dlesomewhere dlesomewhere commented Nov 30, 2021

Issue #38

test_decode_csv fails when I run the tests locally. Looking at
the implementation of the test I think there's an error in the input
data for the second assertion.

Description of changes:

This commit fixes the input data for the second assertion so that the
test passes.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

test_decode_csv fails when I run the tests locally. Looking at
the implementation of the test I think there's an error in the input
data for the second assertion.

This commit fixes the input data for the second assertion so that the
test passes.
@philschmid
Copy link
Collaborator

Hey @dlesomewhere,

Thank you for finding the issue and opening the PR. I finally added CI-Pipeline for code quality and tests in #42, which forced me to fix it directly.

@philschmid philschmid closed this Dec 1, 2021
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.

None yet

2 participants