10111: Refactored the graph creation code to minimize the amount of API calls neeeded.
[arvados.git] / services / ws / event_source_test.go
index 675ac900858aaf5ab50f90683ae32cc40361f8d3..b157cfa0eb9cf64cb1d7fc5566ea5649246e8a29 100644 (file)
@@ -57,7 +57,7 @@ func (*eventSourceSuite) TestEventSource(c *check.C) {
                sinks[i] = pges.NewSink()
        }
 
-       pges.waitReady()
+       pges.WaitReady()
        defer pges.cancel()
 
        done := make(chan bool, 1)