You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertEqual(g2.neighborsForVertex("Miami")!, g2.neighborsForVertex(g.neighborsForVertex("New York")![0])!,"Miami and New York Connected bi-directionally")
XCTAssertEqual(g3.neighborsForVertex("Miami")!, g3.neighborsForVertex(g.neighborsForVertex("New York")![0])!,"Miami and New York Connected bi-directionally")
0 commit comments