Skip to content

Commit

Permalink
Add fact
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadl committed Apr 7, 2024
1 parent eecfebb commit 466bd50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"xml.format.maxLineWidth": 0
"xml.format.maxLineWidth": 0,
"workbench.colorCustomizations": {
"activityBar.background": "#3A2B16",
"titleBar.activeBackground": "#513C1E",
"titleBar.activeForeground": "#FCFAF7"
}
}
1 change: 1 addition & 0 deletions Descope.Test/IntegrationTests/Management/ProjectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public async Task Project_ExportImport()
await _descopeClient.Management.Project.Import(imported_project);
}

[Fact]
public async Task Project_Rename()
{
var name = Guid.NewGuid().ToString().Split("-").First();
Expand Down

0 comments on commit 466bd50

Please sign in to comment.