We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a6805 commit f99ee4aCopy full SHA for f99ee4a
Tests/CBORCodingTests/CBORParserTests.swift
@@ -22,7 +22,7 @@ class CBORParserTests: XCTestCase {
22
// Test Examples taken from Appendix A of RFC 7049
23
24
var value: Any!
25
-
+
26
XCTAssertNoThrow(value = try CBORParser.parse(convertFromHexString("0x00")))
27
XCTAssertTrue(value is UInt64)
28
XCTAssertEqual(value as! UInt64, 0)
0 commit comments