Skip to content

Commit 8a6d9a6

Browse files
committed
Moved tests to correct location
1 parent 08b7890 commit 8a6d9a6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/src/main/test/java/xyz/gianlu/librespot/SpotifyUrisTest.java renamed to lib/src/test/java/xyz/gianlu/librespot/SpotifyUrisTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 devgianlu
2+
* Copyright 2022 devgianlu
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

lib/src/main/test/java/xyz/gianlu/librespot/cache/CacheTest.java renamed to lib/src/test/java/xyz/gianlu/librespot/cache/CacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 devgianlu
2+
* Copyright 2022 devgianlu
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

lib/src/main/test/java/xyz/gianlu/librespot/common/AsyncProcessorTest.java renamed to lib/src/test/java/xyz/gianlu/librespot/common/AsyncProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 devgianlu
2+
* Copyright 2022 devgianlu
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

lib/src/main/test/java/xyz/gianlu/librespot/common/FisherYatesTest.java renamed to lib/src/test/java/xyz/gianlu/librespot/common/FisherYatesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 devgianlu
2+
* Copyright 2022 devgianlu
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)