Skip to content

Commit 7159929

Browse files
committed
fix tiny error in CacheTest
1 parent 937645a commit 7159929

File tree

1 file changed

+1
-1
lines changed
  • hibernate-reactive-core/src/test/java/org/hibernate/reactive

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/CacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public void testCacheWithNativeSQL(TestContext context) {
215215
@Entity(name = "Named")
216216
@Table(name = "named_thing")
217217
@Cacheable
218-
@Cache(region = "reg.named", usage = NONSTRICT_READ_WRITE)
218+
@Cache(region = "named", usage = NONSTRICT_READ_WRITE)
219219
static class Named {
220220
@Id
221221
@GeneratedValue

0 commit comments

Comments
 (0)