Commit f5ff4d9
authored
Fix test_allowed_event_list, MariadbGtidEvent added (julien-duponchelle#375)
Currently the `TestBasicBinLogStreamReader::test_allowed_event_list` test fails,
with the actual number being one more than the expected number.
The reason for that is the recent addition of `MariadbGtidEvent` commit
7fd706d.
This commit adapts the expected numbers in the test to reflect that change.1 parent f76201e commit f5ff4d9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments