unclebob / more-speech

A Nostr browser in Clojure.
MIT License
297 stars 33 forks source link

Formatters specs are failing on different environment. #6

Closed coola closed 2 years ago

coola commented 2 years ago

image

This is failing on my environment.

I have Windows 11 on Polish/Poland locale.

I tried to add ROOT locale, but it does not work: image

unclebob commented 2 years ago

That looks like a time-zone issue. My tests assume the time zone of my machine (CDT). I'll have to modify the tests to be time-zone independent.

unclebob commented 2 years ago

Fixed by sathwikmatsa