Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxakash committed Mar 7, 2020
1 parent b92ec4c commit c171433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ final class FloatingLabelTextFieldTests: XCTestCase {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(FloatingLabelTextField(isSecure: false).text, "Hello, World!")
// XCTAssertEqual( "Hello, World!")
}

static var allTests = [
("testExample", testExample),
]

}
2 changes: 1 addition & 1 deletion Tests/FloatingLabelTextFieldTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(FloatingLabelTextFieldTests.allTests),
testCase("Hello World")
]
}
#endif

0 comments on commit c171433

Please sign in to comment.