From 7df31a4355832a9f9c61df60324c2f92a6653919 Mon Sep 17 00:00:00 2001
From: rinsuki <428rinsuki+git@gmail.com>
Date: Fri, 25 Oct 2019 07:18:57 +0900
Subject: [PATCH] fix??

---
 test/note.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/note.ts b/test/note.ts
index b51ff3a377..be7544bc14 100644
--- a/test/note.ts
+++ b/test/note.ts
@@ -17,7 +17,7 @@ process.env.NODE_ENV = 'test';
 import * as assert from 'assert';
 import * as childProcess from 'child_process';
 import { async, signup, request, post, uploadFile, launchServer } from './utils';
-import { Note } from '../src/models/entities/note';
+const { Note } = require('../src/models/entities/note');
 const initDb = require('../built/db/postgre.js').initDb;
 
 describe('Note', () => {