Skip to content

Commit

Permalink
Test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 29, 2019
1 parent 68dc144 commit 5f51d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Tests/Pdus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class Pdus: XCTestCase {
let accessPdu = AccessPdu(fromMeshMessage: message,
sentFrom: source!, to: destination,
userInitiated: true)
XCTAssertEqual(accessPdu.isSegmented, true)
XCTAssertEqual(accessPdu.isSegmented, false)
XCTAssertEqual(accessPdu.localElement, source)
XCTAssertEqual(accessPdu.destination, destination)
XCTAssertEqual(accessPdu.opCode, ConfigAppKeyStatus.opCode)
Expand Down

0 comments on commit 5f51d04

Please sign in to comment.