Skip to content

Commit

Permalink
Test all default connection properties at once
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Jan 20, 2023
1 parent 6426974 commit 0e5fc13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func TestConnectionConfigPropertiesWithClientProvidedConnectionName(t *testing.T
}
}

func TestNewConnectionProperties_HasContantProperties(t *testing.T) {
func TestNewConnectionProperties_HasDefaultProperties(t *testing.T) {
expectedProductName := defaultProduct
expectedPlatform := platform

Expand All @@ -314,10 +314,6 @@ func TestNewConnectionProperties_HasContantProperties(t *testing.T) {
expectedPlatform,
)
}
}

func TestNewConnectionProperties_HasReleaseSemver(t *testing.T) {
props := NewConnectionProperties()

versionUntyped, ok := props["version"]
if !ok {
Expand Down

0 comments on commit 0e5fc13

Please sign in to comment.