Skip to content

Commit bf8f7ac

Browse files
committed
Update a test.
1 parent 7a6e8c2 commit bf8f7ac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/TileDB.CSharp.Test/ConfigTest.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ public void ConfigIterator()
8686
{
8787
var config = new Config();
8888

89-
// Iterate the configuration
90-
var iter = config.Iterate("vfs.s3.");
91-
9289
foreach (var config_entry_pair in config.EnumerateOptions("vfs.s3."))
9390
{
9491
switch (config_entry_pair.Key)
@@ -193,7 +190,6 @@ public void ConfigIterator()
193190
Assert.AreEqual("true", config_entry_pair.Value);
194191
break;
195192
}
196-
iter.Next();
197193
}
198194
}
199-
}
195+
}

0 commit comments

Comments
 (0)