mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Fixed typo
This commit is contained in:
parent
867b17cf4f
commit
2afcd17c3d
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ namespace ProcessorTests
|
|||
try
|
||||
{
|
||||
TestMultibootMemoryMap();
|
||||
TetsGetRam();
|
||||
TestGetRam();
|
||||
TestVendorNameIsNotBlank();
|
||||
TestCycleCount();
|
||||
TestCycleRateIsNotZero();
|
||||
|
|
@ -39,7 +39,7 @@ namespace ProcessorTests
|
|||
}
|
||||
}
|
||||
|
||||
public void TetsGetRam()
|
||||
public void TestGetRam()
|
||||
{
|
||||
Assert.IsTrue(CPU.GetAmountOfRAM() > 0, "CPU.GetAmountOfRAM() returns a positive value: " + CPU.GetAmountOfRAM());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue