Fix TruthAssertExpected error flagged by error prone
Running recent error prone version complaining on that code:
GetRemoteIT.java:95: error: [TruthAssertExpected] The actual and \
expected values appear to be swapped, which results in poor \
assertion failure messages. The actual value should come first.
assertThat(expected).isEqualTo(asRemoteInfo(res.getEntityContent()));
^
(see https://errorprone.info/bugpattern/TruthAssertExpected)
Bug: Issue 12677
Change-Id: If8c16b123cf3696ec7eadee2f40a40310f7a8e79
1 file changed