Skip to content

Commit 57b7fc3

Browse files
committed
Format
1 parent 3490215 commit 57b7fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Meilisearch.Tests/IndexSwapTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void PreventMoreThanTwoIndexesPerObject()
1515
Assert.Equal(new List<string> { "indexA", "indexB" }, swap.Indexes);
1616
}
1717

18-
[Fact]
18+
[Fact]
1919
public void CreateExpectedJSONFormat()
2020
{
2121
var swap = new IndexSwap("indexA", "indexB");

0 commit comments

Comments
 (0)