Skip to content

Commit ede15f4

Browse files
author
Milder Hernandez Cagua
committed
Update
1 parent b14bd82 commit ede15f4

File tree

1 file changed

+1
-1
lines changed
  • api-test/integration-tests/src/test/java/com/microsoft/semantickernel/tests/connectors/memory/jdbc

1 file changed

+1
-1
lines changed

api-test/integration-tests/src/test/java/com/microsoft/semantickernel/tests/connectors/memory/jdbc/Hotel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public Hotel(
7373
this.dotProduct = euclidean;
7474
this.indexedEuclidean = euclidean;
7575
this.rating = rating;
76-
this.tags = Collections.unmodifiableList(tags);
76+
this.tags = tags;
7777
}
7878

7979
public String getId() {

0 commit comments

Comments
 (0)