Skip to content

Commit

Permalink
Fix typo in QueryIntegrationTest.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 353250041
  • Loading branch information
janakdr authored and fweikert committed Jan 22, 2021
1 parent eefa420 commit 121cd7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ private byte[] getQueryResult(String queryString) throws Exception {
env.getSkyframeExecutor().injectExtraPrecomputedValues(module.getPrecomputedValues());
}

// In this test we are allowed to ommit the beforeCommand; so force setting of a command
// In this test we are allowed to omit the beforeCommand; so force setting of a command
// id in the CommandEnvironment, as we will need it in a moment even though we deviate from
// normal calling order.
try {
Expand Down

0 comments on commit 121cd7b

Please sign in to comment.