Skip to content

Commit

Permalink
fixing flipped annotation of code snippets
Browse files Browse the repository at this point in the history
Signed-off-by: AmiStrn <[email protected]>
  • Loading branch information
AmiStrn committed May 18, 2021
1 parent dfb7956 commit 907249a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ GEM

PLATFORMS
x86_64-darwin-19
x86_64-linux-musl

DEPENDENCIES
jekyll (~> 4.2.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,9 @@ And now the YAML tests themselves:
```

The only thing we are missing is to edit the `HelloWorldClientYamlTestSuiteIT.java` file. When this file is run it runs the YAML cases we defined using a client against a running OpenSearch cluster.

- `HelloWorldClientYamlTestSuiteIT.java`

```
/*...*/
package org.opensearch.rest.action;
Expand Down

0 comments on commit 907249a

Please sign in to comment.