aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/ErrorCodeTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-19 22:45:43 +0800
committercrupest <crupest@outlook.com>2020-01-19 22:45:43 +0800
commit40eea04e1ec9b71c5215e9dce5a6963ea60cafaa (patch)
tree1fa3969a53138becb76a7eef7bafdafc7046c12c /Timeline.Tests/ErrorCodeTest.cs
parent4ec507df6251bc1dae5204fdc6aaf14ddbb268f6 (diff)
downloadtimeline-40eea04e1ec9b71c5215e9dce5a6963ea60cafaa.tar.gz
timeline-40eea04e1ec9b71c5215e9dce5a6963ea60cafaa.tar.bz2
timeline-40eea04e1ec9b71c5215e9dce5a6963ea60cafaa.zip
Basically finish refactor of error codes.
Diffstat (limited to 'Timeline.Tests/ErrorCodeTest.cs')
-rw-r--r--Timeline.Tests/ErrorCodeTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline.Tests/ErrorCodeTest.cs b/Timeline.Tests/ErrorCodeTest.cs
index 78a58131..258ebf4e 100644
--- a/Timeline.Tests/ErrorCodeTest.cs
+++ b/Timeline.Tests/ErrorCodeTest.cs
@@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
+using Timeline.Models.Http;
using Xunit;
using Xunit.Abstractions;