summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2017-08-03 17:41:27 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2017-08-04 11:21:30 -0400
commit84f0c5215adf3b80178be96722e80255c0cc8f28 (patch)
treeabc5ad0a20db3e6e4bc77044b3dae0b687e56251 /src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp
parentbb8a59837b1be306cb42e0a3e84ffe42290f79ea (diff)
downloadmongo-84f0c5215adf3b80178be96722e80255c0cc8f28.tar.gz
SERVER-30506 Rename $changeNotification to $changeStream
Diffstat (limited to 'src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp b/src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp
index 728db433c55..0e156287125 100644
--- a/src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp
+++ b/src/mongo/db/pipeline/document_source_lookup_change_post_image_test.cpp
@@ -37,7 +37,7 @@
#include "mongo/bson/bsonobjbuilder.h"
#include "mongo/db/pipeline/aggregation_context_fixture.h"
#include "mongo/db/pipeline/document.h"
-#include "mongo/db/pipeline/document_source_change_notification.h"
+#include "mongo/db/pipeline/document_source_change_stream.h"
#include "mongo/db/pipeline/document_source_lookup_change_post_image.h"
#include "mongo/db/pipeline/document_source_mock.h"
#include "mongo/db/pipeline/document_value_test_util.h"