refactor: remove generics for ResourceList and Storage #1339
Annotations
2 errors and 1 warning
RoundRobinExporterNetworkNodeTest.shouldTransfer(StorageChannel):
refinedstorage2-network/src/test/java/com/refinedmods/refinedstorage2/api/network/impl/node/exporter/RoundRobinExporterNetworkNodeTest.java#L71
org.opentest4j.AssertionFailedError:
Expecting actual:
[ResourceAmount{resource=B, amount=95}, ResourceAmount{resource=A, amount=95}]
to contain exactly (and in same order):
[ResourceAmount{resource=A, amount=95}, ResourceAmount{resource=B, amount=95}]
but there were differences at these indexes:
- element at index 0: expected "ResourceAmount{resource=A, amount=95}" but was "ResourceAmount{resource=B, amount=95}"
- element at index 1: expected "ResourceAmount{resource=B, amount=95}" but was "ResourceAmount{resource=A, amount=95}"
|
build / build
Process completed with exit code 1.
|
build / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gradle/wrapper-validation-action@v1, actions/cache@v3, Juuxel/publish-checkstyle-report@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|