(t *testing.T)
| 180 | } |
| 181 | |
| 182 | func TestCurrency(t *testing.T) { |
| 183 | t.Log("TestCurrency") |
| 184 | if !findInSlice(jsonData.Currencies, Currency()) { |
| 185 | t.Error("Could not find currency in currencies") |
| 186 | } |
| 187 | } |
| 188 | |
| 189 | func TestCity(t *testing.T) { |
| 190 | t.Log("TestCity") |
nothing calls this directly
no test coverage detected
searching dependent graphs…