We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8f25c commit ac5ecaeCopy full SHA for ac5ecae
tests/build_and_test/build_load_and_test.py
@@ -1437,7 +1437,7 @@ def validate_sql_server_types():
1437
1438
results = []
1439
1440
-results.append(f"\n{__file__} {__version__} [{str(int(time.time() - start_time))} secs] - created in blt/tests-genai\n")
+results.append(f"\n{__file__} {__version__} [{str(int(time.time() - start_time))} secs] - created in blt/tests\n")
1441
1442
results.append('%-50s%-50s' % ('test', 'notes'))
1443
results.append('%-50s%-50s' % ('====', '====='))
0 commit comments