Skip to content

Commit

Permalink
Update crdt.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeF03 committed Mar 23, 2024
1 parent 0bc0701 commit f770fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/server/tests/conflict-resolution/crdt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as http from 'http';
import { io, Socket } from 'socket.io-client';
import { InsertOperation, DeleteOperation } from '@notespace/shared/crdt/types/operations';
import { Node } from '@notespace/shared/crdt/types/nodes';
import { FugueTree } from '@notespace/shared/crdt/fugueTree';
import { FugueTree } from '@notespace/shared/crdt/FugueTree';
import request = require('supertest');
import app from '../../src/server';
import { treeToString } from '../utils';
Expand Down

0 comments on commit f770fe4

Please sign in to comment.