Skip to content

Commit 7064d7b

Browse files
committed
Update MemcachedCacheTest.hack
1 parent b59b895 commit 7064d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Driver/MemcachedCacheTest.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MemcachedCacheTest extends HackTest {
1313
['memcached', 11211],
1414
));
1515
expect($cache->fetch("qwerty"))->toBeNull();
16-
})->toThrow(\HH\InvariantException::class);
16+
})->toThrow(InvariantException::class);
1717
}
1818

1919
public function testFetchShouldReturnNull2(): void {

0 commit comments

Comments
 (0)