Skip to content

Commit

Permalink
dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Oct 11, 2016
1 parent a952d3c commit ffea1a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ws-client_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package main

import (
"testing"
"log"
)


func TestDummy(t *testing.T) {
log.Printf("testing version: %s", VERSION)
}

0 comments on commit ffea1a0

Please sign in to comment.