Skip to content

Commit 1d944c2

Browse files
authored
Mockito version 1.0.0 or greater does not anymore work with unit tests (robotframework#737)
New releases of mockito do not anymore work with Selenium2Library units test. This is a quick work a round to use older version of mockito until we fix the unit test to work with new version of mockito.
1 parent dbbc8a9 commit 1d944c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mockito
1+
mockito == 0.7.1
22
robotstatuschecker

0 commit comments

Comments
 (0)