Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Sep 26, 2017
1 parent e857589 commit 84ead19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ clean:

.PHONY: binaries
binaries:
go test
rm -rf builds
mkdir builds
# Build Windows
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func ExampleSendFingerprintServerOnlineLearn() {
fmt.Println(err)
}
fmt.Println(response)
// Output: Inserted fingerprint containing 22 APs for zack at zakhome floor 2 office
// Output: Inserted fingerprint containing 22 APs for zack (testdb) at zakhome floor 2 office
}

func ExampleSendFingerprintServerOnlineTrack() {
Expand Down

0 comments on commit 84ead19

Please sign in to comment.