diff --git a/test/test_utils_freq_to_band.py b/test/test_utils_freq_to_band.py index 1373f0c..1672c3f 100644 --- a/test/test_utils_freq_to_band.py +++ b/test/test_utils_freq_to_band.py @@ -65,6 +65,7 @@ class Test_utils_freq_to_band(): assert freq_to_band(1200000) == {"band" : 0.23, "mode":None} def test_shf_frequencies(self): + assert freq_to_band(2320200) == {"band" : 0.13, "mode":None} assert freq_to_band(2390000) == {"band" : 0.13, "mode":None} assert freq_to_band(3300000) == {"band" : 0.09, "mode":None}