10223: Test simplification: better name, assertion error description added, and use...
[arvados.git] / services / ws / event_source.go
index bb323745d50f56a79c8ce968644710adaae30a73..ea90ec72424c28ca23a40e86722e6219045e362d 100644 (file)
@@ -44,7 +44,7 @@ type pgEventSource struct {
        eventsOut  uint64
 }
 
-var _ DebugStatuser = (*pgEventSource)(nil)
+var _ debugStatuser = (*pgEventSource)(nil)
 
 func (ps *pgEventSource) setup() {
        ps.shutdown = make(chan error, 1)