forked from datastax/python-driver
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit c233c26
Test ConstantReconnectionPolicy: Fix the copy-paste bug
This test compared the variable with itself. This is obviously an error.
I think it meant to compare it with the configured delay.1 parent 38b23da commit c233c26
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
911 | - | ||
911 | + | ||
912 | 912 |
| |
913 | - | ||
913 | + | ||
914 | 914 |
| |
915 | 915 |
| |
916 | 916 |
| |
917 | - | ||
917 | + | ||
918 | 918 |
| |
919 | 919 |
| |
920 | 920 |
| |
|
0 commit comments