Skip to content

Commit 968baba

Browse files
committed
Update test model version
1 parent ceb1516 commit 968baba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModzyClient.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const modzyClient = new ModzyClient({ apiKey });
66

77
const EXAMPLE_MODEL_ID = "ed542963de"; // Sentiment Analysis
88
const EXAMPLE_MODEL_NAME = "Sentiment Analysis"; // Sentiment Analysis
9-
const EXAMPLE_MODEL_VERSION = "1.0.27"; // Sentiment Analysis
9+
const EXAMPLE_MODEL_VERSION = "1.0.1"; // Sentiment Analysis
1010
const EXAMPLE_MODEL_INPUT_NAME = "input.txt"; // Sentiment Analysis
1111

1212
describe("Setup", () => {

0 commit comments

Comments
 (0)