Skip to content

Commit f549e21

Browse files
Mark Pospeselmpospese
Mark Pospesel
authored andcommitted
[Issue-60] remove unused call to setUp()
1 parent 2e07113 commit f549e21

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: Tests/YMatterTypeTests/Typography/FontFamily/HelveticaNeueFontFamilyTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ final class HelveticaNeueFontFamilyTests: XCTestCase {
4444

4545
private extension HelveticaNeueFontFamilyTests {
4646
func makeSUT() -> ([FontFamily], [UITraitCollection?]) {
47-
super.setUp()
4847
let families: [FontFamily] = [Typography.helveticaNeue, Typography.helveticaNeueItalic]
4948
let traitCollections: [UITraitCollection?] = [
5049
nil,

Diff for: Tests/YMatterTypeTests/Typography/FontFamily/SystemFontFamilyTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ final class SystemFontFamilyTests: XCTestCase {
3636

3737
private extension SystemFontFamilyTests {
3838
func makeSUT() -> (FontFamily, [CGFloat], [UITraitCollection?]) {
39-
super.setUp()
4039
let sut = Typography.systemFamily
4140
let pointSizes: [CGFloat] = [10, 12, 14, 16, 18, 24, 28, 32]
4241
let traitCollections: [UITraitCollection?] = [

0 commit comments

Comments
 (0)