Added unit tests for the GE
GE should now favor the buy offer if it's newer than the paired sell offer (buyer gets GP back) GE should now favor the sell offer if it's newer than the paired buy offer (buyer does NOT get gp back) GE should now always award bot offers to the highest bidder
This commit is contained in:
@@ -44,6 +44,8 @@ dependencies {
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
dependsOn cleanTest
|
||||
testLogging.showStandardStreams = true
|
||||
}
|
||||
|
||||
/*sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user