Fix all tests

This commit is contained in:
Luke Kysow
2018-06-15 16:16:31 +01:00
parent b5e2a730de
commit 8ab4857f77
14 changed files with 459 additions and 407 deletions

View File

@@ -23,8 +23,6 @@ import (
"unicode"
)
//go:generate pegomock generate -m --use-experimental-model-gen --package mocks -o mocks/mock_simple_logging.go SimpleLogging
// SimpleLogging is the interface that our SimpleLogger implements.
// It's really only used for mocking when we need to test what's being logged.
type SimpleLogging interface {