mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
reorder testing functions
This commit is contained in:
@@ -50,5 +50,7 @@ func TestFunction(t *testing.T) {
|
||||
}()
|
||||
|
||||
// run service
|
||||
fn.Run()
|
||||
if err := fn.Run(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user