Skip to content

Commit

Permalink
Merge branch 'develop-4.0' into chore/error-description+refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu committed Feb 7, 2024
2 parents 002e230 + f730f02 commit 45bf3df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/web3swiftTests/localTests/UncategorizedTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ class UncategorizedTests: LocalTestCase {
let user = try await contract!
.createReadOperation("users", parameters: [0])?
.call()

XCTAssertEqual((userDeviceCount?["0"] as? BigUInt)?.hexString.lowercased(), addr.address.lowercased())
XCTAssertEqual(totalUsers?["0"] as? BigUInt, 100)
XCTAssertEqual(user?["0"] as? BigUInt, 0)
Expand Down

0 comments on commit 45bf3df

Please sign in to comment.