From 80b7ef9b4168ef32ef15f2bf98ac515d59b6d2f4 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 10 Mar 2020 15:01:08 +0100 Subject: [PATCH] Adjust FakeLockerPluginTest to new Sabre version Signed-off-by: Georg Ehrke --- apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php index 473c0164d06..d24b4dfe962 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php @@ -172,7 +172,7 @@ class FakeLockerPluginTest extends TestCase { $this->assertSame(false, $this->fakeLockerPlugin->fakeLockProvider($request, $response)); - $expectedXml = 'MyPathinfinitySecond-1800opaquelocktoken:fe4f7f2437b151fbcb4e9f5c8118c6b1'; + $expectedXml = 'MyPathinfinitySecond-1800opaquelocktoken:fe4f7f2437b151fbcb4e9f5c8118c6b1'; $this->assertXmlStringEqualsXmlString($expectedXml, $response->getBody()); } -- 2.39.5