Skip to content

Commit

Permalink
Merge pull request #72 from o19s/test-rename
Browse files Browse the repository at this point in the history
Renaming yaml tests to ubi
  • Loading branch information
epugh authored Feb 27, 2024
2 parents 0f67eea + 659926f commit f05b5ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_plugins.search_relevance": {
"_plugins.ubi": {
"stability" : "stable",
"url": {
"paths": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ubl.create_store": {
"ubi.create_store": {
"stability": "stable",
"url": {
"paths": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ubl.delete_store": {
"ubi.delete_store": {
"stability": "stable",
"url": {
"paths": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
"Create and delete a store":
- do:
ubl.create_store:
ubi.create_store:
store: mystore

- do:
Expand All @@ -11,7 +11,7 @@
- match: { created }

- do:
ubl.delete_store:
ubi.delete_store:
store: mystore

- do:
Expand Down

0 comments on commit f05b5ea

Please sign in to comment.