Skip to content

Commit cd404dc

Browse files
committed
Formatting
1 parent 0629396 commit cd404dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
package com.sap.ai.sdk.app.controllers;
22

3-
import org.junit.jupiter.api.Test;
4-
53
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
64

5+
import org.junit.jupiter.api.Test;
6+
77
public class PromptRegistryTest {
88

9-
@Test
10-
void listTemplates() {
11-
var controller = new PromptRegistryController();
12-
var result = controller.listTemplates();
13-
assertThat(result.getCount()).isGreaterThan(0);
14-
}
9+
@Test
10+
void listTemplates() {
11+
var controller = new PromptRegistryController();
12+
var result = controller.listTemplates();
13+
assertThat(result.getCount()).isGreaterThan(0);
14+
}
1515
}

0 commit comments

Comments
 (0)