Skip to content

Commit

Permalink
Update MemcachedCacheTest.hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Nov 17, 2019
1 parent b59b895 commit 7064d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Driver/MemcachedCacheTest.hack
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MemcachedCacheTest extends HackTest {
['memcached', 11211],
));
expect($cache->fetch("qwerty"))->toBeNull();
})->toThrow(\HH\InvariantException::class);
})->toThrow(InvariantException::class);
}

public function testFetchShouldReturnNull2(): void {
Expand Down

0 comments on commit 7064d7b

Please sign in to comment.