Data server decorators implementation.

Co-authored-by: Hector Hurtado <hector.hurtado@bbva.com>
This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-10-21 17:54:47 +02:00
parent 63cd125327
commit 5eae018ee6
3 changed files with 178 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ func TestNewReturnAnEmptyStruct(t *testing.T) {
}
func TestPackageHaveASingletonEmptyHandlersList(t *testing.T) {
t.Skip("Remove later")
if !reflect.DeepEqual(Handlers, New()) {
t.Error("Handlers is not an empty safeHandlerMap")
}