Genral clean up and moving of code.
This commit is contained in:
+6
@@ -118,6 +118,12 @@ public class ApplyFeeHandlerTests
|
||||
using var _ = new AssertionScope();
|
||||
customerWrite.Entity.Balance.Should()
|
||||
.Be(expectedBalance);
|
||||
revenueWrite.Entity.Balance.Should()
|
||||
.Be(feeAmount);
|
||||
journalWrite.Should()
|
||||
.NotBeNull();
|
||||
@event.Should()
|
||||
.NotBeNull();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user