Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
“sumedha-game” committed May 10, 2024
1 parent b9f4f41 commit 16f32b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/settings/database_settings/database_settings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ func runUnmarshalTest(t *testing.T, tests []unmarshalTest) {

// TestDatabaseUnmarshal tests unmarshalling the database settings
func TestDatabaseUnmarshal(t *testing.T) {
var userNames = []string{"test_user", ""}
var passwords = []string{"test_pw", ""}
var servers = []string{"test_server", ""}
var portValues = []int{5,0}
var userNames = []string{"test_user", ""}
var passwords = []string{"test_pw", ""}
var servers = []string{"test_server", ""}
var portValues = []int{5, 0}
tests := []unmarshalTest{
{
name: "Generic database settings unmarshal test",
Expand Down

0 comments on commit 16f32b6

Please sign in to comment.