mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 13:25:40 +00:00
align test err checking and logs
This commit is contained in:
@@ -61,7 +61,7 @@ func TestGoodTimeSleep(t *testing.T) {
|
||||
got, err := processorInstance.Process(t.Context(), test.payload)
|
||||
|
||||
if err != nil {
|
||||
t.Fatalf("time.sleep failed: %s", err)
|
||||
t.Fatalf("time.sleep processing failed: %s", err)
|
||||
}
|
||||
|
||||
if got != test.payload {
|
||||
|
||||
Reference in New Issue
Block a user