Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz committed Nov 15, 2023
2 parents 8a05484 + 8f093f0 commit 61e6e2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ checkForceIndexesArg =
startDBSync dbSync

-- Verify number of DB indexes
assertEqQuery dbSync DB.queryPgIndexesCount 159 "unexpected number of indexes"
assertEqQuery dbSync DB.queryPgIndexesCount 161 "unexpected number of indexes"
where
cliArgs = initCommandLineArgs {claForceIndexes = True}
testLabel = "conwayCLACheckForceIndexesArg"
Expand All @@ -28,7 +28,7 @@ checkNoForceIndexesArg =
startDBSync dbSync

-- Verify number of DB indexes
assertEqQuery dbSync DB.queryPgIndexesCount 94 "unexpected number of indexes"
assertEqQuery dbSync DB.queryPgIndexesCount 96 "unexpected number of indexes"
where
cliArgs = initCommandLineArgs {claForceIndexes = False}
testLabel = "conwayCLACheckNoForceIndexesArg"

0 comments on commit 61e6e2c

Please sign in to comment.