Skip to content

Commit

Permalink
Merge pull request #2 from Student-Center/revert-1-test
Browse files Browse the repository at this point in the history
Revert "[WEAV-13]Update CoreKitTest.swift"
  • Loading branch information
jisu15-kim authored Aug 27, 2024
2 parents bd6a00a + 11ca75b commit a6fe362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Core/CoreKit/UnitTest/CoreKitTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ final class CoreKitTest: XCTestCase {
func testExample() throws {
ThisIsCoreKit.something()
let result = ThisIsCoreKit.testFunctionSample()
XCTAssertEqual(1, result)
XCTAssertEqual(0, result)
}
}

0 comments on commit a6fe362

Please sign in to comment.