Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 4098a38

Browse files
author
Valeriy Nayda
committed
GraphQL-152: Allow scalars as resolver return type
-- fix static tests
1 parent 32c73ce commit 4098a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Quote/Model/MaskedQuoteIdToQuoteIdTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testMaskedIdToQuoteId()
3939

4040
public function testMaskedQuoteIdToQuoteIdForNonExistentQuote()
4141
{
42-
self::expectException('Magento\Framework\Exception\NoSuchEntityException');
42+
self::expectException(\Magento\Framework\Exception\NoSuchEntityException::class);
4343

4444
$this->maskedQuoteIdToQuoteId->execute('test');
4545
}

0 commit comments

Comments
 (0)