We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85194a0 commit 1ad1ab1Copy full SHA for 1ad1ab1
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Changelog
2
3
# Version 0.0.0 (YYYY-MM-DD) - In Progress
4
-
+g
5
### Changed
6
-* Update QueueMode enum to support new value for QueueMode.Batch = `BATCHES`.
+* Update QueueMode enum to support new value for QueueMode.Batch = `BATCH`.
7
8
# Version 3.27.2 (2022-10-04)
9
tests/unit/test_queue_mode.py
@@ -7,7 +7,7 @@ def test_parse_deprecated_catalog():
assert QueueMode("CATALOG") == QueueMode.Batch
10
-def test_parse_batches():
+def test_parse_batch():
11
assert QueueMode("BATCH") == QueueMode.Batch
12
13
0 commit comments