Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit 0e7dace

Browse files
;)
1 parent 4481a61 commit 0e7dace

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ const API_KEY_STRING = process.env.API_KEY;
1616
if(API_KEY_STRING == null) throw Error("Missing ApiKey!");
1717
const API_KEY = UUID.fromString(API_KEY_STRING.toString());
1818

19+
console.log(API_KEY_STRING);
20+
console.log(API_KEY.toString());
21+
1922
const RANDOM_UUID = UUID.fromString("851f96b9-51be-4eaf-9b2e-8d303111fe07");
2023

2124
@suite class TestHypixelAPI{

0 commit comments

Comments
 (0)