We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3490215 commit 57b7fc3Copy full SHA for 57b7fc3
tests/Meilisearch.Tests/IndexSwapTest.cs
@@ -15,7 +15,7 @@ public void PreventMoreThanTwoIndexesPerObject()
15
Assert.Equal(new List<string> { "indexA", "indexB" }, swap.Indexes);
16
}
17
18
- [Fact]
+ [Fact]
19
public void CreateExpectedJSONFormat()
20
{
21
var swap = new IndexSwap("indexA", "indexB");
0 commit comments