mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
common/helpers: add a way to test Marshal/Unmarshal for bimaps
This commit is contained in:
@@ -164,3 +164,7 @@ func TestTLSConfiguration(t *testing.T) {
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
func TestMarshalUnmarshal(t *testing.T) {
|
||||
saslAlgorithmMap.TestMarshalUnmarshal(t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user