Skip to content

Commit 1ad1ab1

Browse files
committed
Batches -> Batch
1 parent 85194a0 commit 1ad1ab1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

33
# Version 0.0.0 (YYYY-MM-DD) - In Progress
4-
4+
g
55
### Changed
6-
* Update QueueMode enum to support new value for QueueMode.Batch = `BATCHES`.
6+
* Update QueueMode enum to support new value for QueueMode.Batch = `BATCH`.
77

88
# Version 3.27.2 (2022-10-04)
99

tests/unit/test_queue_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_parse_deprecated_catalog():
77
assert QueueMode("CATALOG") == QueueMode.Batch
88

99

10-
def test_parse_batches():
10+
def test_parse_batch():
1111
assert QueueMode("BATCH") == QueueMode.Batch
1212

1313

0 commit comments

Comments
 (0)