Skip to content

Commit

Permalink
Remove modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Nov 9, 2023
1 parent 55ac005 commit de470a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SpeziViewsTests/SpeziValidationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import XCTest

final class SpeziValidationTests: XCTestCase {
@MainActor
func testValidationDebounce() async throws {
func testValidationDebounce() {
let engine = ValidationEngine(rules: .nonEmpty)

engine.submit(input: "Valid")
Expand Down

0 comments on commit de470a2

Please sign in to comment.