Skip to content

Commit

Permalink
[ios] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Mar 19, 2024
1 parent 7e5bb34 commit 671ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Nativebrik/NativebrikTests/sdk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class NativebrikClientTests: XCTestCase {

func testDispatchWithoutErrorThrows() throws {
let client = NativebrikClient(projectId: "Nothing")
client.experiment.dispatch(event: NativebrikEvent("Hello"))
client.experiment.dispatch(NativebrikEvent("Hello"))
}
}

Expand Down

0 comments on commit 671ed9d

Please sign in to comment.