Skip to content

Commit fe521df

Browse files
Copilotgrdsdev
andauthored
refactor(auth-tests): rename SessionManagerTests → SessionStateMachineTests (#933)
* Initial plan * refactor(auth-tests): rename SessionManagerTests to SessionStateMachineTests Co-authored-by: grdsdev <5923044+grdsdev@users.noreply.github.com> Agent-Logs-Url: https://github.com/supabase/supabase-swift/sessions/15fc44fe-ec53-42d5-9c01-6f9d3283338e --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: grdsdev <5923044+grdsdev@users.noreply.github.com>
1 parent 3a6d5e5 commit fe521df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/AuthTests/SessionManagerTests.swift renamed to Tests/AuthTests/SessionStateMachineTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// SessionManagerTests.swift
2+
// SessionStateMachineTests.swift
33
//
44
//
55
// Created by Guilherme Souza on 23/10/23.
@@ -14,7 +14,7 @@ import XCTestDynamicOverlay
1414

1515
@testable import Auth
1616

17-
final class SessionManagerTests: XCTestCase {
17+
final class SessionStateMachineTests: XCTestCase {
1818
var http: HTTPClientMock!
1919

2020
let clientID = AuthClientID()

0 commit comments

Comments
 (0)