Skip to content

Commit

Permalink
shake jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it authored and phil-davis committed Jun 22, 2017
1 parent 66d9874 commit bbc3e7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dav/tests/unit/Connector/Sabre/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ public function testPutSingleFileLegalMtime($requestMtime, $resultMtime) {
'HTTP_X_OC_MTIME' => $requestMtime,
]
], null, $this->config, null);

$file = 'foo.txt';
$this->doPut($file, null, $request);
$this->assertEquals($resultMtime, $this->getFileInfos($file)['mtime']);
Expand Down

0 comments on commit bbc3e7f

Please sign in to comment.