aboutsummaryrefslogtreecommitdiff
path: root/scene_test.go
diff options
context:
space:
mode:
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