Skip to content

Commit b5f3be5

Browse files
committed
test: 更新单元测试
1 parent e3502bc commit b5f3be5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/AjaxTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public async Task Ajax_Test()
1919
};
2020
Assert.Equal("/api/Login", option.Url);
2121
Assert.Equal("POST", option.Method);
22+
Assert.False(option.ToJson);
2223
Assert.NotNull(option.Data);
2324

2425
var service = Context.Services.GetRequiredService<AjaxService>();

0 commit comments

Comments
 (0)