Skip to content

Commit

Permalink
Make linter happy,
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Oct 21, 2024
1 parent db9c69a commit b34b86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/logic/applier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ func (suite *ApplierTestSuite) TestApplyDMLEventQueries() {
suite.Require().NoError(err)
count += 1
}
suite.Require().NoError(rows.Err())

suite.Require().Equal(1, count)
suite.Require().Equal(123456, id)
Expand Down

0 comments on commit b34b86d

Please sign in to comment.