mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
chore(database): make test naming consistent
This commit is contained in:
parent
41fe784641
commit
f0d4395da6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ReadPostsQueriesTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun markPostAsRead() {
|
||||
fun `mark post as read`() {
|
||||
val id = UUID.randomUUID().toString()
|
||||
postQueries.markRead(id)
|
||||
assertThat(postQueries.isRead(id).executeAsOne()).isNotNull()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue