Commit 79e88690 authored by obscuren's avatar obscuren

Removed capitalization of the json source

parent d8056f7e
...@@ -8,12 +8,14 @@ import ( ...@@ -8,12 +8,14 @@ import (
"testing" "testing"
) )
var testsource = `{"Inputs":{ var testsource = `
{
"inputs":{
"doe": "reindeer", "doe": "reindeer",
"dog": "puppy", "dog": "puppy",
"dogglesworth": "cat" "dogglesworth": "cat"
}, },
"Expectation":"e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c" "expectation":"e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c"
}` }`
func TestTestRunner(t *testing.T) { func TestTestRunner(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment