mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed test
This commit is contained in:
parent
ad9075d1aa
commit
b6672646a6
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ namespace Tests
|
|||
// This should only call the LibA version since the LibA:LibClassB.DoGetVal3 won't have
|
||||
// access to call the Tests:LibClassB.DoGetVal3
|
||||
int indirectResult = LibClassB.DoGetVal3(a);
|
||||
Test.Assert(directResult == 30);
|
||||
Test.Assert(indirectResult == 30);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue