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