Skip to content

Commit 248564e

Browse files
committed
🔧 chore: fix comment
1 parent 9f5e4ee commit 248564e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/kotlin/entities_for_test/TbTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TbTest {
2121
return "TbTest(id=$id, name='$name')"
2222
}
2323
}
24-
//@Injectable
24+
//@Injectable -> for local test uncomment this line
2525
interface ITbTestOrm: IBasicOrm<TbTest>
2626

2727
class TbTestOrm: BasicOrm<TbTest>(TbTest::class), ITbTestOrm

0 commit comments

Comments
 (0)