Skip to content

Commit a605fd6

Browse files
committed
chore: fix lint
1 parent 51654e3 commit a605fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/client/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ func main() {
3535
log.Info("[Client] Test gebura begin")
3636
c.TestGebura(ctx)
3737
log.Info("[Client] Test gebura finish")
38-
//log.Info("[Client] Test yesod begin")
39-
//c.TestYesod(ctx)
40-
//log.Info("[Client] Test yesod finish")
38+
// log.Info("[Client] Test yesod begin")
39+
// c.TestYesod(ctx)
40+
// log.Info("[Client] Test yesod finish")
4141

4242
log.Info("[Client] All test finished")
4343
}

0 commit comments

Comments
 (0)