mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-10 18:08:44 -04:00
f6eb383caf
The APRSISDriver uses @singleton decorator which transforms the class into a function. The test was incorrectly trying to use __new__ which doesn't work with decorated singletons. Instead, re-initialize the existing instance after changing the config.