opensafely-actions / safetab

Safetab outputs two-way tables of descriptive statistics
Other
0 stars 0 forks source link

Fix `test_prettify_tables` #30

Closed iaindillingham closed 3 years ago

iaindillingham commented 3 years ago

Previously, we sliced to determine whether the output string started with the expected column name. Now, we call startswith.

Fixes #17