Skip to content

Commit a03bf55

Browse files
committed
Fix typo
1 parent 08c8e2e commit a03bf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/networking/postApiRequest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe("Post API Request function", () => {
134134
expect(isMCMCMonitorResponse(resp)).toBeTruthy()
135135
})
136136

137-
test("postApiRequest thrwos on stan-playground mode", async () => {
137+
test("postApiRequest throws on stan-playground mode", async () => {
138138
mockConfig({useStanPlaygroundMode: true})
139139
const postApiRequest = await importFunctionUnderTest()
140140
expect(() => postApiRequest(myRequest)).rejects.toThrow(/spa mode/)

0 commit comments

Comments
 (0)