Skip to content

Commit

Permalink
Rename missed files when renaming to content
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Jun 3, 2020
1 parent 78f8d17 commit c1feac9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//
// ListItemElementTests.swift
// EmbeddedListTests.swift
// Listable-Unit-Tests
//
// Created by Kyle Van Essen on 11/27/19.
//

import XCTest

class ListItemElementTests: XCTestCase
class EmbeddedListTests: XCTestCase
{

}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ItemElementCoordinatorTests.swift
// ItemContentCoordinatorTests.swift
// Listable-Unit-Tests
//
// Created by Kyle Van Essen on 5/22/20.
Expand All @@ -10,7 +10,7 @@ import XCTest
@testable import Listable


class ItemElementCoordinatorActionsTests : XCTestCase
class ItemContentCoordinatorActionsTests : XCTestCase
{
func test_update()
{
Expand Down Expand Up @@ -46,7 +46,7 @@ class ItemElementCoordinatorActionsTests : XCTestCase
}


class ItemElementCoordinatorInfoTests : XCTestCase
class ItemContentCoordinatorInfoTests : XCTestCase
{
func test()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//
// ItemElementTests.swift
// ItemContentTests.swift
// Listable-Unit-Tests
//
// Created by Kyle Van Essen on 11/27/19.
//

import XCTest

class ItemElementTests: XCTestCase
class ItemContentTests: XCTestCase
{

}
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- BlueprintLists (0.6.0):
- BlueprintLists (0.6.1):
- BlueprintUI
- Listable
- BlueprintLists/Tests (0.6.0):
- BlueprintLists/Tests (0.6.1):
- BlueprintUI
- Listable
- BlueprintUI (0.11.0)
- BlueprintUICommonControls (0.11.0):
- BlueprintUI
- EnglishDictionary (1.0.0.LOCAL)
- Listable (0.6.0)
- Listable/Tests (0.6.0):
- Listable (0.6.1)
- Listable/Tests (0.6.1):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -43,11 +43,11 @@ EXTERNAL SOURCES:
:path: Internal Pods/Snapshot/Snapshot.podspec

SPEC CHECKSUMS:
BlueprintLists: 7dde9b8cf1139be5aa5e84fb05f01a56df498c12
BlueprintLists: a519f227f4166d4b1839843577be1b357e3f1129
BlueprintUI: bc5bc9913d897c10dc44c544747afc2a63b26744
BlueprintUICommonControls: d982c07e38112d9d2d5f5d315c0edc54db0d349e
EnglishDictionary: f03968b9382ddc5c8dd63535efbf783c6cd45f1c
Listable: 836bc4b9756a96aa47e29a2e59e57386666a3288
Listable: 69ca7d96517cbabf7be508a9c14cbd1d5e781bc2
Snapshot: cda3414db426919d09f775434b36289c8e864183

PODFILE CHECKSUM: ede5b0b1b0dfe04b49195609ea6bccb6b577e01f
Expand Down

0 comments on commit c1feac9

Please sign in to comment.