Skip to content

Commit

Permalink
fix XCTest
Browse files Browse the repository at this point in the history
  • Loading branch information
iWECon committed Jul 16, 2024
1 parent adde03b commit 0e6f2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LookupTests/LookupTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ final class LookupTests: XCTestCase {
XCTAssertEqual(aLookup.hasKey("childs.0.age"), true)
XCTAssertEqual(aLookup.hasKey("childs.0.childs.0.id"), false)
XCTAssertEqual(aLookup.childs.0.age.int, 18)
XCTAssertEqual(aLookup.childs.0.childs.0.name.string, "lan")
XCTAssertEqual(aLookup.childs.0.childs.0.name.string, "Lookup.dynamicMember")

aLookup["childs.0.id"] = "1"
XCTAssertEqual(aLookup.childs.0.id.string, "1")
Expand Down

0 comments on commit 0e6f2a3

Please sign in to comment.