Removed capitalization of the json source

poc8
obscuren 11 years ago
parent d8056f7ea5
commit 79e88690b2
  1. 6
      test_runner_test.go

@ -8,12 +8,14 @@ import (
"testing"
)
var testsource = `{"Inputs":{
var testsource = `
{
"inputs":{
"doe": "reindeer",
"dog": "puppy",
"dogglesworth": "cat"
},
"Expectation":"e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c"
"expectation":"e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c"
}`
func TestTestRunner(t *testing.T) {

Loading…
Cancel
Save