changeset 156:2b55fd726131

Test use api keys
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 17 Feb 2021 19:01:24 +0100
parents 4bd316e3e662
children 176988a9b770
files lazybear/Tests/TestAPI.swift
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lazybear/Tests/TestAPI.swift	Wed Feb 17 19:01:10 2021 +0100
+++ b/lazybear/Tests/TestAPI.swift	Wed Feb 17 19:01:24 2021 +0100
@@ -9,7 +9,8 @@
 
 struct TestAPI: View {
     var body: some View {
-        Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
+        //let apiKey = Bundle.main.infoDictionary?["IEX_API"]
+        Text("Hello world")
     }
 }