Skip to content

Commit

Permalink
Merge pull request #125 from dn-m/too-much-permutation
Browse files Browse the repository at this point in the history
Remove superfluous local variable from test
  • Loading branch information
jsbean authored Jul 26, 2018
2 parents 0b2a607 + 60baeb1 commit 46e8b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/AlgorithmsTests/CombinatoricsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class CombinatoricsTests: XCTestCase {

func testPermutationsEmpty() {
let values: [Int] = []
let permutations = values.permutations
XCTAssert(values.permutations.isEmpty)
}

Expand Down

0 comments on commit 46e8b74

Please sign in to comment.