nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Fixes version parsing in unit test #101

Closed joewesch closed 1 year ago

joewesch commented 1 year ago

When I built this test I hastily only compared simple version strings (1.2.99, 1.3.1, 1.4, etc), but once the minor version grows to double digits (1.10.0) the original method will break.