From 84ead192057d7eb3758cd8af5b31c67b39f032c0 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 26 Sep 2017 04:36:10 -0600 Subject: [PATCH] Fix tests --- Makefile | 1 - main_test.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 28c2996..d1d7bd7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ clean: .PHONY: binaries binaries: - go test rm -rf builds mkdir builds # Build Windows diff --git a/main_test.go b/main_test.go index 7a01e1a..2749ccc 100644 --- a/main_test.go +++ b/main_test.go @@ -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() {