Skip to content

Commit

Permalink
Add name to test objects to fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Le Merrer committed Dec 5, 2015
1 parent dc7bcad commit 094bc9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package aranGO

// Configure to start testing
var (
TestCollection = ""
TestCollection = "TestCollection"
TestDoc DocTest
TestDbName = ""
TestUsername = ""
TestPassword = ""
TestDbName = "TestDbName"
TestUsername = "TestUsername"
TestPassword = "TestPassword"
TestString = "test string"
verbose = false
TestServer = "http://localhost:8529"
Expand Down

0 comments on commit 094bc9c

Please sign in to comment.