common/helpers: add a way to test Marshal/Unmarshal for bimaps

This commit is contained in:
Vincent Bernat
2024-01-22 21:53:26 +01:00
parent 374a1fce55
commit f321e8fa64
7 changed files with 103 additions and 28 deletions

View File

@@ -164,3 +164,7 @@ func TestTLSConfiguration(t *testing.T) {
},
})
}
func TestMarshalUnmarshal(t *testing.T) {
saslAlgorithmMap.TestMarshalUnmarshal(t)
}