Skip to content

Commit

Permalink
Fix failed swift test case
Browse files Browse the repository at this point in the history
  • Loading branch information
10gic committed Nov 8, 2024
1 parent fba64bf commit 67675e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/Tests/Bech32Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Bech32Tests: XCTestCase {

func testDecodeWrongChecksumVariant() {
// This is a Bech32m variant, not Bech32 variant. So it should fail using Bech32 decoder.
let decoded = Bech32.decode(string: "abcdef1qpzry9x8gf2tvdw0s3jn54khce6mua7lmqqqxw")
let decoded = Bech32.decode(string: "abcdef1l7aum6echk45nj3s0wdvt2fg8x9yrzpqzd3ryx")
XCTAssertNil(decoded)
}

Expand Down

0 comments on commit 67675e2

Please sign in to comment.