Skip to content

Commit

Permalink
fix sql server suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Nov 10, 2023
1 parent c66233e commit eb09e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/sqlserver/qrep_flow_sqlserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"go.temporal.io/sdk/testsuite"
)

const sqlserverSuffix = "s3"
const sqlserverSuffix = "sqlserver"

type PeerFlowE2ETestSuiteSQLServer struct {
suite.Suite
Expand Down

0 comments on commit eb09e4e

Please sign in to comment.