treehouses / cli

cli 🦄 for raspberry pi images of type treehouses
https://www.npmjs.com/package/@treehouses/cli
GNU Affero General Public License v3.0
44 stars 20 forks source link

update `tests/rtc.bats` (fixes #2202) #2204

Closed JLKwong closed 3 years ago

JLKwong commented 3 years ago

When I tried running your test, I got 2 fails out of 6; rtc on PCF8523 and rtc on DS1307 I checked the source script and noticed that those options aren't supported: https://github.com/treehouses/cli/blob/19a13d4099a0b1e82b89abe83c1b4e525b125f79/modules/rtc.sh#L2-L3

I changed the tests to assert failure for the unsupported RTC clocks.