Skip to content

Commit

Permalink
Klint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Nov 7, 2023
1 parent 49b2343 commit 9c690c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/test/java/QRParserTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class QRParserTests {

@Test
fun `test forward compatibility`() {
val qrcode = makeCode(operationData = "B2*Xtest", otherAttrs = listOf("12345678","Some Additional Information"), flags = "B")
val qrcode = makeCode(operationData = "B2*Xtest", otherAttrs = listOf("12345678", "Some Additional Information"), flags = "B")
/* ktlint-disable indent */
val expectedSignedData = (
"5ff1b1ed-a3cc-45a3-8ab0-ed60950312b6\n" +
Expand Down

0 comments on commit 9c690c7

Please sign in to comment.