Skip to content

Commit c59f598

Browse files
WIP
1 parent 3ff0122 commit c59f598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotRestoreFromRemoteMdcTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private void fillCache(IgniteEx ignite, boolean replicatedCache) {
135135
if (replicatedCache)
136136
ccfg.setCacheMode(CacheMode.REPLICATED); // Fill all nodes with partitions.
137137

138-
ignite.createCache(ccfg);
138+
ignite.createCache(ccfg);
139139

140140
try (IgniteDataStreamer<Integer, Object> ds = ignite.dataStreamer(ccfg.getName())) {
141141
for (int i = 0; i < CACHE_KEYS_RANGE; i++)

0 commit comments

Comments
 (0)