Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelikespie committed Jul 7, 2016
1 parent c43865c commit 2d4df9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CleanseTests/SubcomponentTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class SubcomponentTests: XCTestCase {
let user1root1 = app.loggedInComponentFactory.make("user-1")
let user1root2 = app.loggedInComponentFactory.make("user-1")
let user2root1 = app.loggedInComponentFactory.make("user-2")

XCTAssertEqual(user1root1.userProvider.get().name, "User One")
}

class App : Scoped {
Expand Down

0 comments on commit 2d4df9a

Please sign in to comment.