Skip to content

Commit

Permalink
ci: loool
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Mar 1, 2024
1 parent 7efb20b commit b1d24f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/usos.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { test, describe, expect } from 'bun:test';
import { usosService } from './usos';

// access_token=WQu8UChxC8gbNkv4dc4G; access_token_secret=3BV7UPLQvSST4EpBZta9ZpvQvwY8EbwzQQKVr2JF
describe('usos', () => {
const service = usosService({
get: function <R = unknown>(): Promise<R> {
Expand Down

0 comments on commit b1d24f3

Please sign in to comment.