Skip to content

Commit ad49e1f

Browse files
authored
fix: a typo in CanScheduleOperationsWithRespectsToShutdownState (#14966)
1 parent 3c887c2 commit ad49e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/test/unit/util/async_queue_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ TEST_P(AsyncQueueTest, CanManuallyDrainSpecificDelayedOperationsForTesting) {
209209
timer1.Cancel();
210210
}
211211

212-
TEST_P(AsyncQueueTest, CanScheduleOprationsWithRespectsToShutdownState) {
212+
TEST_P(AsyncQueueTest, CanScheduleOperationsWithRespectsToShutdownState) {
213213
Expectation ran;
214214
std::string steps;
215215

0 commit comments

Comments
 (0)