Skip to content

Commit

Permalink
Move to ObservationTokenTests
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 4, 2024
1 parent 1a7dad0 commit 4bad363
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
//
// AuthStateChangeListenerHandleTests.swift
// ObservationTokenTests.swift
//
//
// Created by Guilherme Souza on 17/02/24.
//

@testable import _Helpers
@testable import Auth
import ConcurrencyExtras
import Foundation
import XCTest

final class AuthStateChangeListenerHandleTests: XCTestCase {
final class ObservationTokenTests: XCTestCase {
func testRemove() {
let handle = ObservationToken()

Expand Down

0 comments on commit 4bad363

Please sign in to comment.