Skip to content

Commit

Permalink
Update SentryLevelTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Jul 30, 2024
1 parent f9e6472 commit 4a630a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/SentryTests/SentryLevelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class SentryLevelTests: XCTestCase {
XCTAssertEqual(SentryLevel.info, SentryLevel.fromName("info"))
XCTAssertEqual(SentryLevel.fatal, SentryLevel.fromName("fatal"))
XCTAssertEqual(SentryLevel.warning, SentryLevel.fromName("warning"))
XCTAssertEqual(SentryLevel.error, SentryLevel.fromName("invalid"))

XCTAssertEqual(SentryLevel.none.description, "none")
XCTAssertEqual(SentryLevel.debug.description, "debug")
Expand Down

0 comments on commit 4a630a2

Please sign in to comment.