From 466bd50f61a55eb4898af4f68104ebed47c05c50 Mon Sep 17 00:00:00 2001 From: aviadl Date: Sun, 7 Apr 2024 16:20:31 +0300 Subject: [PATCH] Add fact --- .vscode/settings.json | 7 ++++++- Descope.Test/IntegrationTests/Management/ProjectTests.cs | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1671fbc..bbcc6f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "xml.format.maxLineWidth": 0 + "xml.format.maxLineWidth": 0, + "workbench.colorCustomizations": { + "activityBar.background": "#3A2B16", + "titleBar.activeBackground": "#513C1E", + "titleBar.activeForeground": "#FCFAF7" + } } \ No newline at end of file diff --git a/Descope.Test/IntegrationTests/Management/ProjectTests.cs b/Descope.Test/IntegrationTests/Management/ProjectTests.cs index 27b9012..ab0b3a9 100644 --- a/Descope.Test/IntegrationTests/Management/ProjectTests.cs +++ b/Descope.Test/IntegrationTests/Management/ProjectTests.cs @@ -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();