Skip to content

Commit

Permalink
Merge pull request #7 from rkukuh/dev
Browse files Browse the repository at this point in the history
Add blank test case for Dictionary's chunk extension
  • Loading branch information
rkukuh authored Mar 25, 2023
2 parents 327622d + 1de68dc commit d6d5c7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Tests/SwiftCollectionsTests/Chunk/DictionaryChunkedTests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// DictionaryChunkedTests.swift
//
//
// Created by R. Kukuh on 26/03/23.
//

import XCTest
@testable import SwiftCollections

// TODO: Write a successful test case for Dictionary's `chunk` extension
// The main problem is that the order of the elements in the Dictionary may not be the same every time the test is run, causing the comparison to fail.

0 comments on commit d6d5c7b

Please sign in to comment.