From 700548345f77a924e4c4355a7863c9d7455ebe17 Mon Sep 17 00:00:00 2001
From: techcoderx <engtianxi@outlook.com>
Date: Thu, 26 Nov 2020 15:54:56 +0800
Subject: [PATCH] rename test files also

---
 tests/conftest.py                                             | 4 ++--
 tests/data/jsonrpc/{steemd.json => hived.json}                | 0
 ...steemd-response-schema.json => hived-response-schema.json} | 0
 tests/data/schema/{steemd_schema.json => hived_schema.json}   | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename tests/data/jsonrpc/{steemd.json => hived.json} (100%)
 rename tests/data/schema/{steemd-response-schema.json => hived-response-schema.json} (100%)
 rename tests/data/schema/{steemd_schema.json => hived_schema.json} (99%)

diff --git a/tests/conftest.py b/tests/conftest.py
index 689b87c..550e6d8 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1125,7 +1125,7 @@ URN_TEST_REQUEST_DICTS = [
         3
     ),
 
-    # -------- STEEMD BARE METHOD ----------------
+    # -------- HIVED BARE METHOD ----------------
     # hived, bare method, no params
     ({
         'id': 5020,
@@ -1200,7 +1200,7 @@ URN_TEST_REQUEST_DICTS = [
     ),
 
 
-    # -------- STEEMD METHOD=CALL ----------------
+    # -------- HIVED METHOD=CALL ----------------
 
 
     # hived, method=call, empty params list
diff --git a/tests/data/jsonrpc/steemd.json b/tests/data/jsonrpc/hived.json
similarity index 100%
rename from tests/data/jsonrpc/steemd.json
rename to tests/data/jsonrpc/hived.json
diff --git a/tests/data/schema/steemd-response-schema.json b/tests/data/schema/hived-response-schema.json
similarity index 100%
rename from tests/data/schema/steemd-response-schema.json
rename to tests/data/schema/hived-response-schema.json
diff --git a/tests/data/schema/steemd_schema.json b/tests/data/schema/hived_schema.json
similarity index 99%
rename from tests/data/schema/steemd_schema.json
rename to tests/data/schema/hived_schema.json
index d24252c..8d96873 100644
--- a/tests/data/schema/steemd_schema.json
+++ b/tests/data/schema/hived_schema.json
@@ -1,7 +1,7 @@
 {
   "id": "https://schema.steemitdev/blockchain/block.json",
   "$schema": "http://json-schema.org/draft-04/schema#",
-  "title": "Steem Blockchain Schema",
+  "title": "Hive Blockchain Schema",
   "type": "object",
   "properties": {
     "transaction_merkle_root": {
-- 
GitLab