Skip to content

Commit 28ef8aa

Browse files
committed
Update DedupeManagerTests.Should_only_clean_up_old_item.verified.txt
1 parent 7ecc892 commit 28ef8aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SqlServer.Native.Tests/Dedupe/DedupeManagerTests.Should_only_clean_up_old_item.verified.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
}
77
],
88
sql: {
9-
Text: delete from [dbo].[Deduplication] where Created < @date,
9+
Text:
10+
delete dbo.Deduplication
11+
where Created < @date,
1012
Parameters: {
1113
date: {
1214
Value: DateTime_1,

0 commit comments

Comments
 (0)