Skip to content

Commit fc9fb8d

Browse files
committed
[ci] fix cleanup
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent af61f0e commit fc9fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common/src/test/scala/org/lfdecentralizedtrust/splice/store/db/SpliceDbTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ trait SpliceDbTest extends DbTest with BeforeAndAfterAll { this: Suite =>
9292
acs_snapshot,
9393
scan_verdict_store,
9494
scan_verdict_transaction_view_store,
95-
validator_internal_config
95+
key_value_store
9696
RESTART IDENTITY CASCADE""".asUpdate
9797
_ <- debugPrintPgActivity()
9898
} yield (),

0 commit comments

Comments
 (0)