Skip to content

Commit 29bece7

Browse files
committed
Renamed BasicTests.swift to BasicEventReceiverTests.swift
Want to be verbose with test unit naming because there will be additional test units for things like Event Threads, Event Pools, and UI Event Receiver.
1 parent 4f4e845 commit 29bece7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/EventDrivenSwiftTests/BasicTests.swift renamed to Tests/EventDrivenSwiftTests/BasicEventReceiverTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// BasicTests.swift
2+
// BasicEventReceiverTests.swift
33
// Copyright (c) 2022, Flowduino
44
// Authored by Simon J. Stuart on 4th August 2022
55
//
@@ -10,7 +10,7 @@ import XCTest
1010
import ThreadSafeSwift
1111
@testable import EventDrivenSwift
1212

13-
final class BasicTests: XCTestCase {
13+
final class BasicEventReceiverTests: XCTestCase {
1414
struct TestEventTypeOne: Eventable {
1515
var foo: Int
1616
}

0 commit comments

Comments
 (0)