Skip to content

Commit

Permalink
Adds further testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Nov 22, 2023
1 parent 7ee6871 commit 893332d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/OracleTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ contract OracleTest is Test {
// Detect slashing
uint256 postSlashStake = providerRegistry.checkStake(provider);
assertEq(postSlashStake + bid, ogStake);
assertEq(userRegistry.checkStake(user), 250 ether);

}

Expand Down

0 comments on commit 893332d

Please sign in to comment.