Fix test notebook name casing (#970)

This commit is contained in:
Charles Gagnon
2020-06-08 10:58:37 -07:00
committed by GitHub
parent 14907e6440
commit 42e5269359

View File

@@ -0,0 +1,24 @@
{
"metadata": {
"kernelspec": {
"name": "SQL",
"display_name": "SQL",
"language": "sql"
},
"language_info": {
"name": "sql",
"version": ""
}
},
"nbformat_minor": 2,
"nbformat": 4,
"cells": [
{
"cell_type": "code",
"source": "select * from sys.all_objects",
"metadata": {},
"outputs": [],
"execution_count": 2
}
]
}