From 42e52693594cc10b18e9147bc2925124bf037b5b Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 8 Jun 2020 10:58:37 -0700 Subject: [PATCH] Fix test notebook name casing (#970) --- .../NotebookResources/{testNotebook.ipynb => TestNotebook.ipynb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Agent/NotebookResources/{testNotebook.ipynb => TestNotebook.ipynb} (100%) diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Agent/NotebookResources/testNotebook.ipynb b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Agent/NotebookResources/TestNotebook.ipynb similarity index 100% rename from test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Agent/NotebookResources/testNotebook.ipynb rename to test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Agent/NotebookResources/TestNotebook.ipynb