Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636326585
  • Loading branch information
bart-at-google authored and copybara-github committed May 22, 2024
1 parent 368dfe7 commit b784573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public void getFleetReaderToken_whenFleetReaderSignerSet_signsWithSetFleetReader
defaultFleetEngineAuthBuilder.setFleetReaderSigner(fleetReaderSigner).build();
when(tokenFactory.createFleetReaderToken()).thenReturn(fleetEngineToken);

var unused = baseFleetEngineAuth.getFleetReaderToken();
FleetEngineToken unused = baseFleetEngineAuth.getFleetReaderToken();

verify(authStateManager, times(1)).signToken(eq(fleetReaderSigner), eq(fleetEngineToken));
}
Expand Down

0 comments on commit b784573

Please sign in to comment.