Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Renaming tests to ubi.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Feb 27, 2024
1 parent b72525c commit 659926f
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 659926f

Please sign in to comment.