Skip to content

Commit ac5ecae

Browse files
committed
blt msg
1 parent 0a8f25c commit ac5ecae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/build_and_test/build_load_and_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ def validate_sql_server_types():
14371437

14381438
results = []
14391439

1440-
results.append(f"\n{__file__} {__version__} [{str(int(time.time() - start_time))} secs] - created in blt/tests-genai\n")
1440+
results.append(f"\n{__file__} {__version__} [{str(int(time.time() - start_time))} secs] - created in blt/tests\n")
14411441

14421442
results.append('%-50s%-50s' % ('test', 'notes'))
14431443
results.append('%-50s%-50s' % ('====', '====='))

0 commit comments

Comments
 (0)