Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Mar 12, 2024
1 parent e0b2504 commit 124798e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostHogTests/PostHogQueueTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PostHogQueueTest: QuickSpec {
config.flushAt = 1
let storage = PostHogStorage(config)
let api = PostHogApi(config)
return PostHogQueue(config, storage, api, nil)
return PostHogQueue(config, storage, api, .batch, nil)
}

override func spec() {
Expand Down

0 comments on commit 124798e

Please sign in to comment.