Skip to content
Snippets Groups Projects

Update firebase error handling for more info & better handling

4 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -310,7 +310,7 @@ func TestImpl_ReceiveNotificationBatch(t *testing.T) {
@@ -310,7 +310,7 @@ func TestImpl_ReceiveNotificationBatch(t *testing.T) {
nbm := impl.Storage.GetNotificationBuffer().Swap(20, 4096)
nbm := impl.Storage.GetNotificationBuffer().Swap(20, 4096)
if nbm[5].Csv.Len() < 1 {
if nbm[5].Csv.Len() < 1 {
t.Errorf("Notification was not added to notification buffer")
t.Errorf("Notification was not added to notification buffer: %+v", nbm[5].Csv)
}
}
}
}
Loading