summaryrefslogtreecommitdiff
path: root/test/provider/tags
diff options
context:
space:
mode:
Diffstat (limited to 'test/provider/tags')
-rw-r--r--test/provider/tags/saopaulo.json8
-rw-r--r--test/provider/tags/seattle.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/test/provider/tags/saopaulo.json b/test/provider/tags/saopaulo.json
new file mode 100644
index 0000000..ef1a4d5
--- /dev/null
+++ b/test/provider/tags/saopaulo.json
@@ -0,0 +1,8 @@
+{
+ "location": {
+ "name": "São Paulo",
+ "country_code": "BR",
+ "timezone":"-3",
+ "hemisphere": "S"
+ }
+}
diff --git a/test/provider/tags/seattle.json b/test/provider/tags/seattle.json
new file mode 100644
index 0000000..b992419
--- /dev/null
+++ b/test/provider/tags/seattle.json
@@ -0,0 +1,8 @@
+{
+ "location": {
+ "name": "Seattle, WA",
+ "country_code": "US",
+ "timezone":"-7",
+ "hemisphere": "N"
+ }
+}