Skip to content

Commit

Permalink
Merge branch 'feat/swiftui-redact' of https://github.com/getsentry/se…
Browse files Browse the repository at this point in the history
…ntry-cocoa into feat/swiftui-redact
  • Loading branch information
brustolin committed Sep 24, 2024
2 parents 7323444 + bf26a44 commit 4c59a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SentryTests/SwiftUI/SentryRedactModifierTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import XCTest

class SentryRedactModifierTests: XCTestCase {

func testViewRedate() throws {
func testViewRedacted() throws {
let text = Text("Hello, World!")
let redactedText = text.sentryReplayRedact()

Expand Down

0 comments on commit 4c59a39

Please sign in to comment.