aboutsummaryrefslogtreecommitdiff
path: root/scene_test.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-09-23 17:24:07 -0400
committerCollin Guarino <collin.guarino@gmail.com>2016-09-23 17:24:07 -0400
commitd465e94c2cdfb2fca0200217710239e28096c435 (patch)
tree3c98b56e4d283bc0e749c9da6cbe8cdb02c4bacb /scene_test.go
parent3ad610aac9e7dce1789c6b30bf0e4bbe58682b13 (diff)
Fixed light_test output
Diffstat (limited to 'scene_test.go')
-rw-r--r--scene_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/scene_test.go b/scene_test.go
index 2717e74..ba0d952 100644
--- a/scene_test.go
+++ b/scene_test.go
@@ -23,8 +23,7 @@ func TestGetAllScenes(t *testing.T) {
if err != nil {
t.Fatal(err)
}
- _ = scenes
- // t.Log(scenes)
+ t.Log(scenes)
}
// TODO not functional