Lazygit test no. 2

This commit is contained in:
Adam Cooper 2024-04-05 14:29:07 -04:00
parent bcea5099bc
commit ef7c5f2750

View file

@ -29,5 +29,6 @@ export class CatsService {
lazygitTest(): void { lazygitTest(): void {
this.logger.log("[lazygitTest] test no. 1") this.logger.log("[lazygitTest] test no. 1")
this.logger.log("[lazygitTest] Test no. 2")
} }
} }