mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
Kernel: Fix typo in test name
This commit is contained in:
parent
b3e13d653f
commit
0c20b6e519
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ static SharedPtr<Object> MakeObject() {
|
|||
return Event::Create(ResetType::OneShot);
|
||||
}
|
||||
|
||||
TEST_CASE("HLERequestContext::PopoulateFromIncomingCommandBuffer", "[core][kernel]") {
|
||||
TEST_CASE("HLERequestContext::PopulateFromIncomingCommandBuffer", "[core][kernel]") {
|
||||
auto session = std::get<SharedPtr<ServerSession>>(ServerSession::CreateSessionPair());
|
||||
HLERequestContext context(std::move(session));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue