Refactor to make the maintanance simpler
- Fixed issue with webhooks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package mocks
|
||||
|
||||
// MockSocket is a mock implementation of Socket
|
||||
// used in the test suite
|
||||
type MockSocket struct{}
|
||||
|
||||
func (s MockSocket) WriteJSON(i interface{}) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user