Skip to content

Commit

Permalink
fix go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Manan007224 committed Jul 8, 2021
1 parent 908f39f commit acf14fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/go/schema_fingerprint_verifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (this *SchemaFingerPrintVerifierTestSuite) TestVerifySchemaFingerprint() {

alterTestTableSchema(this)
err = this.sf.VerifySchemaFingerPrint()
this.Require().Error(fmt.Errorf("failed to verifiy schema fingerprint for"))
this.Require().Error(fmt.Errorf("failed to verifiy schema fingerprint for %s.%s", testhelpers.TestSchemaName, this.tablename))
}

func TestSchemaFingerPrintVerifierTestSuite(t *testing.T) {
Expand Down

0 comments on commit acf14fa

Please sign in to comment.