Skip to content

Commit

Permalink
Change log message for SystemTargetTest
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Aug 12, 2024
1 parent 8c39d75 commit a522bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bound/kt/src/test/kotlin/web5/sdk/rust/SystemTargetTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class SystemTargetTest {
fun `can load shared library`() {
System.setProperty("WEB5_SDK_LOG_LEVEL", "debug")
UniffiLib.INSTANCE
println("Successfully loaded shared library for ${System.getProperty("uniffi.component.web5.libraryOverride")}")
println("Successfully loaded shared library for ${detectSystemTarget()}")
}
}

0 comments on commit a522bcb

Please sign in to comment.