Skip to content

Commit 6bf0baa

Browse files
committed
Fix unit test
1 parent 662142e commit 6bf0baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint/src/test/kotlin/io/homeassistant/lint/room/CoroutineDaoFunctionsIssueTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CoroutineDaoFunctionsIssueTest {
4343
)
4444
.run()
4545
.expect(
46-
"""src/io/homeassistan/companion/android/TestDao.kt:7: Error: DAO functions should be suspend or return a Flow. [CoroutineDaoFunction]
46+
"""src/io/homeassistan/companion/android/TestDao.kt:7: Error: DAO functions should suspend or return a Flow. [CoroutineDaoFunction]
4747
fun test()
4848
~~~~~~~~~~
4949
1 error""",

0 commit comments

Comments
 (0)