Browse Source

Fix tests

ito_kyohei 8 years ago
parent
commit
585cc6b23c

+ 1 - 1
Examples/Echo/Generated/echo.server.pb.swift

@@ -268,7 +268,7 @@ internal class Echo_EchoServer {
   /// Start the server.
   internal func start(queue:DispatchQueue = DispatchQueue.global()) {
     guard let provider = self.provider else {
-      assert(false) // the server requires a provider
+      fatalError() // the server requires a provider
     }
     server.run {(handler) in
       print("Server received request to " + handler.host

File diff suppressed because it is too large
+ 0 - 0
Plugin/Sources/protoc-gen-swiftgrpc/templates.swift


Some files were not shown because too many files changed in this diff