mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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
|
try
|
||||||
{
|
{
|
||||||
TestMultibootMemoryMap();
|
TestMultibootMemoryMap();
|
||||||
TetsGetRam();
|
TestGetRam();
|
||||||
TestVendorNameIsNotBlank();
|
TestVendorNameIsNotBlank();
|
||||||
TestCycleCount();
|
TestCycleCount();
|
||||||
TestCycleRateIsNotZero();
|
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());
|
Assert.IsTrue(CPU.GetAmountOfRAM() > 0, "CPU.GetAmountOfRAM() returns a positive value: " + CPU.GetAmountOfRAM());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue