Skip to content

Commit

Permalink
removed reference for skipped tests, added
Browse files Browse the repository at this point in the history
skipped prefix to testShouldSerializeData to
reflect skipping in SPM and xcode
  • Loading branch information
Sachin authored and Sachin committed Nov 12, 2018
1 parent 44d9994 commit 1dd4e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions ScClient.xcodeproj/xcshareddata/xcschemes/Main.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
BlueprintName = "ScClientTests"
ReferencedContainer = "container:ScClient.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "MiscellaneousTest/testShouldSerializeData()">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
<AdditionalOptions>
Expand Down
2 changes: 1 addition & 1 deletion Tests/ScClientTests/MiscellaneousTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MiscellaneousTest: XCTestCase {

}

func testShouldSerializeData() {
func skipTestShouldSerializeData() {
let emitEvent = Model.getEmitEventObject(eventName: "chat", data: "My Sample Data" as AnyObject, messageId: 2)
let expectedData = "{\"data\":\"My Sample Data\",\"event\":\"chat\",\"cid\":2}"
XCTAssertEqual(expectedData, emitEvent.toJSONString())
Expand Down

0 comments on commit 1dd4e44

Please sign in to comment.