Skip to content

Commit

Permalink
rmv web template request
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Dec 21, 2023
1 parent 146b60c commit 5182af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ARCtrl/Template.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ let private tests_equality = testList "equality" [
]

let private tests_Web = testList "Web" [
testCaseAsync "getTemplates" <| async {
ptestCaseAsync "getTemplates" <| async {
let! templatesMap = ARCtrl.Template.Web.getTemplates(None)
Expect.isTrue (templatesMap.Length > 0) "Count > 0"
}
Expand Down

0 comments on commit 5182af9

Please sign in to comment.