Skip to content

Commit

Permalink
Fix test package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gz-c committed May 28, 2018
1 parent b8080a5 commit 2931420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-js-min: ## Build /skycoin/skycoin.go. The result is minified and saved in

test-js:
go build -o gopherjs-tool vendor/github.com/gopherjs/gopherjs/tool.go
./gopherjs-tool test ./skycoin/
./gopherjs-tool test ./skycoin/ -v

test:
go test ./... -timeout=10m -cover
Expand Down
2 changes: 1 addition & 1 deletion skycoin/skycoin_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package skycoinjs
package main

import (
"encoding/hex"
Expand Down

0 comments on commit 2931420

Please sign in to comment.