Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix flaky samples test due to truncated string (#156)
This PR fixes the flaky test reported in #149 where string `'snippets-test-enclcibdnr'`, as an example, is not found in string `'snippets-test-enclci...jects/'` because the string is truncated. We can avoid the issue by casting to `str()` before calling `print()`. Fixes #149 🦕
- Loading branch information