We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51654e3 commit a605fd6Copy full SHA for a605fd6
tests/client/main.go
@@ -35,9 +35,9 @@ func main() {
35
log.Info("[Client] Test gebura begin")
36
c.TestGebura(ctx)
37
log.Info("[Client] Test gebura finish")
38
- //log.Info("[Client] Test yesod begin")
39
- //c.TestYesod(ctx)
40
- //log.Info("[Client] Test yesod finish")
+ // log.Info("[Client] Test yesod begin")
+ // c.TestYesod(ctx)
+ // log.Info("[Client] Test yesod finish")
41
42
log.Info("[Client] All test finished")
43
}
0 commit comments